修改禅道已知bug
This commit is contained in:
@@ -124,7 +124,10 @@
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
this.getList()
|
||||
this.conList = []
|
||||
// if (!this.queryParam.selectValue) {
|
||||
// this.getList()
|
||||
// }
|
||||
},
|
||||
methods: {
|
||||
checkedClick(item) {
|
||||
|
||||
@@ -105,12 +105,25 @@
|
||||
this.$refs.wholeRef.searchData(this.selectValueTwo)
|
||||
}
|
||||
})
|
||||
} else {
|
||||
this.$nextTick(() => {
|
||||
if (this.$refs.wholeRef) {
|
||||
this.$refs.wholeRef.searchData()
|
||||
}
|
||||
})
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
callback(key) {
|
||||
this.active = key
|
||||
this.selectValueTwo = ''
|
||||
if (this.active == this.$t('whole')) {
|
||||
this.$nextTick(() => {
|
||||
if (this.$refs.wholeRef) {
|
||||
this.$refs.wholeRef.searchData()
|
||||
}
|
||||
})
|
||||
}
|
||||
},
|
||||
ResetSearch() {
|
||||
this.selectValueTwo = ''
|
||||
|
||||
Reference in New Issue
Block a user