修改文档库搜索条件

This commit is contained in:
qq787203167
2022-03-09 14:22:19 +08:00
parent 5ef9bef349
commit 653c8962e9
+2 -2
View File
@@ -174,11 +174,11 @@
},
methods: {
searchQuery() {
eventBUs.$emit('searchQuery', this.queryParam)
eventBUs.$emit('searchQuery', JSON.parse(JSON.stringify(this.queryParam)))
},
searchReset() {
this.queryParam = {}
eventBUs.$emit('searchQuery', this.queryParam)
eventBUs.$emit('searchQuery', JSON.parse(JSON.stringify(this.queryParam)))
},
getSeach() {
let params = {