Compare commits

...

2 Commits

Author SHA1 Message Date
RenCheng
c7b2f0b5d3 Merge branch 'main' of http://git.hivekion.com:3000/IDCDatasync/IDCDatasync-vue 2025-05-20 14:51:19 +08:00
RenCheng
904223627c 添加数据检索查询校验 2025-05-20 14:51:15 +08:00

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