d9c76ab2 by lihua

修复编辑采集任务

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