This commit is contained in:
宋伟佳
2021-07-14 14:31:04 +08:00
parent 024a30d8d5
commit 1391041a2c
3 changed files with 49 additions and 29 deletions
@@ -363,6 +363,10 @@ export default {
mounted() {
//查询所有选项
this.queryOptions();
let globalInputSearch = this.$route.params.searchValue
if (globalInputSearch !== 'allvalue') {
this.keywords = globalInputSearch
}
},
unmounted() {