搜索中心 搜索框不会出现 allValue

This commit is contained in:
baoyu
2024-04-11 09:23:51 +08:00
parent 2a62c72898
commit 231d029111
2 changed files with 3 additions and 2 deletions
@@ -1832,7 +1832,7 @@
name: "StandardSearch",
params: {
selectKey: "stand",
searchValue: "allvalue"
searchValue: undefined
}
});
},
@@ -219,7 +219,7 @@ export default {
CLLX: '',
page: 1,
pageSize: this.$store.getters.userInfo.configContent,
selectValue: ''
selectValue: this.$route.params.searchValue || ''
},
total: 0,
list: [],
@@ -235,6 +235,7 @@ export default {
created () {
this.getDicTypeListCode()
this.getData()
console.log(this.$route.params.searchValue)
},
methods: {
toStandardTranslationAcquisitionRequest () {