c85e2a40 by lihua

修复编辑采集任务

1 parent b0cbbdae
......@@ -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!