1a42a258 by xukangle

fix

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