修改已知问题
This commit is contained in:
@@ -92,6 +92,14 @@
|
||||
},
|
||||
mounted() {
|
||||
this.getCondition()
|
||||
if (this.$route.query.selectValue) {
|
||||
this.selectValueTwo = this.$route.query.selectValue
|
||||
this.$nextTick(() => {
|
||||
if (this.$refs.wholeRef) {
|
||||
this.$refs.wholeRef.searchData(this.selectValueTwo)
|
||||
}
|
||||
})
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
callback(key) {
|
||||
|
||||
Reference in New Issue
Block a user