修改小问题

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