添加数据检索查询校验

This commit is contained in:
RenCheng 2025-05-20 14:51:15 +08:00
parent 4171f10bed
commit 904223627c

View File

@ -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 = []