8e4f7bc0 by lihua

修复采集任务

1 parent b3ee922f
...@@ -560,7 +560,7 @@ const dialogBtnClick = (btn, info) => { ...@@ -560,7 +560,7 @@ const dialogBtnClick = (btn, info) => {
560 }).then((res: any) => { 560 }).then((res: any) => {
561 dialogInfo.value.footer.btns[1].loading = false; 561 dialogInfo.value.footer.btns[1].loading = false;
562 if (res.code == proxy.$passCode) { 562 if (res.code == proxy.$passCode) {
563 if (!res.data) { 563 if (res.data) {
564 proxy.$openMessageBox('该数据源在导入数据源中已存在,确定覆盖吗?', () => { 564 proxy.$openMessageBox('该数据源在导入数据源中已存在,确定覆盖吗?', () => {
565 addTask(); 565 addTask();
566 }, () => { 566 }, () => {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!