3bb67a67 by lihua

修复编辑采集任务

1 parent 480ef3a3
...@@ -580,6 +580,7 @@ const dialogBtnClick = (btn, info) => { ...@@ -580,6 +580,7 @@ const dialogBtnClick = (btn, info) => {
580 addTask(); 580 addTask();
581 } 581 }
582 } else { 582 } else {
583 params.guid = currTableData.value.guid
583 updateMetaDataTask(params).then((res: any) => { 584 updateMetaDataTask(params).then((res: any) => {
584 if (res.code == proxy.$passCode) { 585 if (res.code == proxy.$passCode) {
585 getTableData(); 586 getTableData();
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!