Compare commits
No commits in common. "c7b2f0b5d3e03deee33beb5eaf9944555423789a" and "d9d35c4e5b828e33c193aa75dc863357fed16e24" have entirely different histories.
c7b2f0b5d3
...
d9d35c4e5b
|
@ -200,10 +200,6 @@ export default {
|
|||
},
|
||||
getTableDataList() {
|
||||
console.log(this.tableParams)
|
||||
if (this.tableParams.schemaMass == null || this.tableParams.tableName) {
|
||||
this.$message.warning('必须选择查询的表')
|
||||
return
|
||||
}
|
||||
tableDataList(this.tableParams).then(res => {
|
||||
if (res.code == 200) {
|
||||
this.columns = []
|
||||
|
|
Loading…
Reference in New Issue
Block a user