修改已知问题

This commit is contained in:
qq787203167
2022-05-25 10:45:34 +08:00
parent 8859ccac50
commit 2101dc6033
12 changed files with 70 additions and 52 deletions
@@ -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) {