rev:修改任务参数

This commit is contained in:
zhangzq
2024-06-19 15:07:40 +08:00
parent 129d717fb8
commit 56db66f531
23 changed files with 102 additions and 36 deletions

View File

@@ -264,13 +264,13 @@ export default {
let method_name = ''
switch (command) {
case 'a':// 完成
method_name = 'forceFinish'
method_name = '90'
break
case 'b':// 取消
method_name = 'cancel'
method_name = '100'
break
case 'c':// 下发
method_name = 'immediateNotifyAcs'
method_name = '20'
break
case 'd':// 详情
method_name = 'view'