Merge branch 'fix_foton_20240408' into 'master'

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

See merge request laws-foton-slrs/foton-laws-system-front!171
This commit is contained in:
高嵩
2024-04-11 01:52:35 +00:00
2 changed files with 3 additions and 2 deletions
@@ -1832,7 +1832,7 @@
name: "StandardSearch", name: "StandardSearch",
params: { params: {
selectKey: "stand", selectKey: "stand",
searchValue: "allvalue" searchValue: undefined
} }
}); });
}, },
@@ -219,7 +219,7 @@ export default {
CLLX: '', CLLX: '',
page: 1, page: 1,
pageSize: this.$store.getters.userInfo.configContent, pageSize: this.$store.getters.userInfo.configContent,
selectValue: '' selectValue: this.$route.params.searchValue || ''
}, },
total: 0, total: 0,
list: [], list: [],
@@ -235,6 +235,7 @@ export default {
created () { created () {
this.getDicTypeListCode() this.getDicTypeListCode()
this.getData() this.getData()
console.log(this.$route.params.searchValue)
}, },
methods: { methods: {
toStandardTranslationAcquisitionRequest () { toStandardTranslationAcquisitionRequest () {