diff --git a/src/pages/searchCenter/pages/advancedSearch.vue b/src/pages/searchCenter/pages/advancedSearch.vue index 72f0c2165..d26f5e77d 100644 --- a/src/pages/searchCenter/pages/advancedSearch.vue +++ b/src/pages/searchCenter/pages/advancedSearch.vue @@ -1207,6 +1207,8 @@ export default { partsOptions: [], // 关联零部件 standForm: { region: "", + isHigh:'stand', + resultKeyword: '', // 搜索内容 selectValue: "", // 搜索内容 selectIndex: "stand", nature: "", // 标准性质 @@ -1828,6 +1830,8 @@ export default { this.resultData = []; this.standForm.page = this.page; this.standForm.pageSize = this.$store.getters.userInfo.configContent; + this.standForm.resultKeyword = this.standForm.selectValue + this.standForm.isHigh = 'high' let nowStandForm = JSON.parse(JSON.stringify(this.standForm)); // 处理动态表单的时间和下拉框格式 const formFieldList = this.formFieldListStandData