update 文档库改使用JTable

This commit is contained in:
赵霄
2023-08-22 17:25:26 +08:00
parent 1a111efc6e
commit 4e5614e7fa
+2 -2
View File
@@ -235,12 +235,12 @@ export default {
methods: {
searchQuery () {
this.$emit('search', JSON.parse(JSON.stringify(this.queryParam)))
// eventBus.$emit('searchQuery', JSON.parse(JSON.stringify(this.queryParam)))
eventBus.$emit('searchQuery', JSON.parse(JSON.stringify(this.queryParam)))
},
searchReset () {
this.queryParam = {}
this.$emit('reset', JSON.parse(JSON.stringify(this.queryParam)))
// eventBus.$emit('searchQuery', JSON.parse(JSON.stringify(this.queryParam)))
eventBus.$emit('searchQuery', JSON.parse(JSON.stringify(this.queryParam)))
},
// 获取查询条件列表
getSearch () {