From e36796d3e56b7e3a9f09d3d560a94dd20ac19ade Mon Sep 17 00:00:00 2001 From: super_liu <396572590@qq.com> Date: Mon, 25 Oct 2021 14:07:12 +0800 Subject: [PATCH] feat: There is no way the --- src/pages/searchCenter/pages/advancedSearch.vue | 4 ++++ 1 file changed, 4 insertions(+) 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