合并代码
This commit is contained in:
parent
c7b2f0b5d3
commit
4a0a3aa4d1
|
@ -200,7 +200,7 @@ export default {
|
|||
},
|
||||
getTableDataList() {
|
||||
console.log(this.tableParams)
|
||||
if (this.tableParams.schemaMass == null || this.tableParams.tableName) {
|
||||
if (this.tableParams.schemaMass == null || this.tableParams.tableName == null) {
|
||||
this.$message.warning('必须选择查询的表')
|
||||
return
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user