1a42a258 by xukangle

fix

1 parent ad1b94c5
...@@ -511,7 +511,7 @@ const selectChange = (val, row, info) => { ...@@ -511,7 +511,7 @@ const selectChange = (val, row, info) => {
511 databaseNameEn: databaseNameEn.value, 511 databaseNameEn: databaseNameEn.value,
512 }).then((res: any) => { 512 }).then((res: any) => {
513 if (res.code == proxy.$passCode) { 513 if (res.code == proxy.$passCode) {
514 if (!res.data) { 514 if (res.data) {
515 proxy.$ElMessage({ 515 proxy.$ElMessage({
516 type: 'warning', 516 type: 'warning',
517 message: '已存在导入数据源,请确认是否覆盖!', 517 message: '已存在导入数据源,请确认是否覆盖!',
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!