修改文档库搜索条件
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user