Merge branch 'fix_foton_20240408' into 'master'
搜索中心 搜索框不会出现 allValue See merge request laws-foton-slrs/foton-laws-system-front!171
This commit is contained in:
@@ -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 () {
|
||||||
|
|||||||
Reference in New Issue
Block a user