8e4f7bc0 by lihua

修复采集任务

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