Commit b8926e16 authored by 张海景's avatar 张海景

update:修改任务详情接口

parent 7de73b2a
......@@ -32,7 +32,7 @@ export function getTaskIdMaxProcessTool(query) {
const id = query.taskId;
delete params.taskId
return request({
url: `/mes/pro/protask/getToolOnProcessTemplate/${id}`,
url: `/mes/pro/protask/getToolOnUseTemplate/${id}`,
method: "get",
params,
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment