搜索中心 搜索框不会出现 allValue
This commit is contained in:
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user