修改小问题

This commit is contained in:
RenCheng 2025-05-09 15:40:01 +08:00
parent 0d446aaf31
commit 5801cbee71

View File

@ -112,7 +112,8 @@ import pick from 'lodash.pick'
indexName: '', indexName: '',
columnName: '', columnName: '',
indexTypeId: 0 indexTypeId: 0
}, };
this.checkedList =[];
this.getQuerytableColumns() this.getQuerytableColumns()
}, },
edit (schemaMass,tableName,record) { edit (schemaMass,tableName,record) {
@ -147,7 +148,7 @@ import pick from 'lodash.pick'
that.visible =false; that.visible =false;
that.$emit('ok'); that.$emit('ok');
} else { } else {
that.$message.warning(res.result); that.$message.warning(res.message);
} }
that.confirmLoading = false; that.confirmLoading = false;
}) })