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

update:修改接口

parent 269f5ca6
...@@ -32,9 +32,9 @@ export function getTaskIdMaxProcessTool(query) { ...@@ -32,9 +32,9 @@ export function getTaskIdMaxProcessTool(query) {
const id = query.taskId; const id = query.taskId;
delete params.taskId delete params.taskId
return request({ return request({
url: `/mes/pro/protask/getMaxProcessTool/${id}`, url: `/mes/pro/protask/getToolOnProcessTemplate/${id}`,
method: "get", method: "get",
params 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