参数项收集清单 搜索分页为1的问题

This commit is contained in:
liyawei
2022-08-15 10:48:39 +08:00
parent 1c34ab2e19
commit 6e402a3ac8
@@ -877,6 +877,7 @@
sqp['superQueryMatchType'] = matchType
}
this.queryParamQuery = sqp
this.$refs.CollectionTabel.pageNo = 1
// this.$refs.CollectionTabel.getTableList(this.queryParamQuery)
eventBUs.$emit('getTableList',this.queryParamQuery)
},
@@ -1563,12 +1564,13 @@
handleCody() {
},
searchQuery() {
this.pageNo = 1
this.$refs.CollectionTabel.pageNo = 1
this.$refs.CollectionTabel.getTableList()
},
searchReset() {
this.formInline = {}
this.queryParamQuery = {}
this.$refs.CollectionTabel.pageNo = 1
this.$refs.CollectionTabel.getTableListReset()
this.$refs.globalAdvancedQueryRef.handleReset()
// this.$refs.globalAdvancedQueryRef.emitCallback()