代码更新

This commit is contained in:
lyd
2022-11-11 16:45:57 +08:00
parent d34bad7abc
commit 229588f7c8

View File

@@ -331,7 +331,7 @@ export default {
return
}
const data = {
task_id: row.task_id,
task_uuid: row.task_uuid,
method_name: method_name
}
crudTask.operation(data).then(res => {