Commit 3d8f4d87 authored by 张海景's avatar 张海景

update:修改接口传参

parent 2072d1d0
......@@ -28,10 +28,13 @@ export function listTaskListDetail(query) {
}
// 查询根据任务id获取刀模板
export function getTaskIdMaxProcessTool(query) {
const params = Object.assign({}, query)
const id = query.taskId;
delete params.taskId
return request({
url: `/mes/pro/protask/getMaxProcessTool/${query.taskId}`,
url: `/mes/pro/protask/getMaxProcessTool/${id}`,
method: "get",
params: query,
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