Compare commits
2 Commits
d9d35c4e5b
...
c7b2f0b5d3
Author | SHA1 | Date | |
---|---|---|---|
![]() |
c7b2f0b5d3 | ||
![]() |
904223627c |
|
@ -200,6 +200,10 @@ 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