合并代码

This commit is contained in:
RenCheng 2025-05-20 14:54:10 +08:00
parent c7b2f0b5d3
commit 4a0a3aa4d1

View File

@ -200,7 +200,7 @@ export default {
}, },
getTableDataList() { getTableDataList() {
console.log(this.tableParams) console.log(this.tableParams)
if (this.tableParams.schemaMass == null || this.tableParams.tableName) { if (this.tableParams.schemaMass == null || this.tableParams.tableName == null) {
this.$message.warning('必须选择查询的表') this.$message.warning('必须选择查询的表')
return return
} }