diff --git a/src/pages/home1/components/solicitopinions/index.vue b/src/pages/home1/components/solicitopinions/index.vue
index 689255518..3bed9ea18 100644
--- a/src/pages/home1/components/solicitopinions/index.vue
+++ b/src/pages/home1/components/solicitopinions/index.vue
@@ -4,7 +4,7 @@
-
@@ -44,12 +44,7 @@ export default {
}, {
_this: this
}, res => {
- let arr = res.data.records;
- arr.forEach(item => {
- if (item.cname !== "") {
- this.domesticDynamics.push(item);
- }
- });
+ this.domesticDynamics = res.data.records
}, e => {
});
diff --git a/src/pages/regulatoryRepository/standardForComments/index.vue b/src/pages/regulatoryRepository/standardForComments/index.vue
index 66500fdb5..cc2d4744b 100644
--- a/src/pages/regulatoryRepository/standardForComments/index.vue
+++ b/src/pages/regulatoryRepository/standardForComments/index.vue
@@ -74,11 +74,11 @@
- {{ scope.row.cname }}
+ {{ scope.row.cid }}
-
+
{{ this.$route.query.item.cid }}
-
-
-
- {{ this.$route.query.item.cname || '-' }}
-
-
+
+
+
+
+
+
+
+