From db559920d2ebfc70af2cec5ef62493ab6eb244ea Mon Sep 17 00:00:00 2001 From: zhutianqi Date: Tue, 7 Dec 2021 16:28:39 +0800 Subject: [PATCH] commit --- src/pages/localTool/standardRecognition/index.vue | 8 +++++++- .../workingGroup/components/workingGroup1/index.vue | 8 ++++---- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/src/pages/localTool/standardRecognition/index.vue b/src/pages/localTool/standardRecognition/index.vue index a7cdcad16..656a7b7f0 100644 --- a/src/pages/localTool/standardRecognition/index.vue +++ b/src/pages/localTool/standardRecognition/index.vue @@ -1357,7 +1357,13 @@ export default { this.$http.get('lawss/sarStandAttrDetails/getListData', '', { _this: this }, res => { - this.options = res.data + let option = [] + res.data.map(item => { + if (item.sarType === 'STAND' || item.sarType === 'INLAND_STAND') { + option.push(item) + } + }) + this.options = option }) this.getTableData(); }, diff --git a/src/pages/regulatoryRepository/workingGroup/components/workingGroup1/index.vue b/src/pages/regulatoryRepository/workingGroup/components/workingGroup1/index.vue index 8683ac293..3d2e79b8e 100644 --- a/src/pages/regulatoryRepository/workingGroup/components/workingGroup1/index.vue +++ b/src/pages/regulatoryRepository/workingGroup/components/workingGroup1/index.vue @@ -173,7 +173,7 @@ align="center" width="150"> @@ -262,7 +262,7 @@ align="center" width="150">