修改中英文切换

This commit is contained in:
qq787203167
2022-02-23 15:12:41 +08:00
parent daa473e220
commit 742403daab
9 changed files with 557 additions and 202 deletions
+6 -1
View File
@@ -80,8 +80,13 @@
},
mounted() {
eventBUs.$on('searchQuery', search => {
Object.keys(search).forEach(res=>{
if (search[res] instanceof Array){
search[res] = search[res].join(',')
}
})
this.searchParmes = search
this.getTableList(search)
this.getTableList()
})
eventBUs.$on('searchReset', target => {
this.searchParmes = {}