fix
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -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: '已存在导入数据源,请确认是否覆盖!', | ... | ... |
-
Please register or sign in to post a comment