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">
-
+
-
+