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",
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 () {