首页
This commit is contained in:
@@ -363,6 +363,10 @@ export default {
|
||||
mounted() {
|
||||
//查询所有选项
|
||||
this.queryOptions();
|
||||
let globalInputSearch = this.$route.params.searchValue
|
||||
if (globalInputSearch !== 'allvalue') {
|
||||
this.keywords = globalInputSearch
|
||||
}
|
||||
|
||||
},
|
||||
unmounted() {
|
||||
|
||||
Reference in New Issue
Block a user