diff --git a/src/pages/home2/components/solicitopinions/index.vue b/src/pages/home2/components/solicitopinions/index.vue index 882219024..0ed6e33f3 100644 --- a/src/pages/home2/components/solicitopinions/index.vue +++ b/src/pages/home2/components/solicitopinions/index.vue @@ -83,11 +83,11 @@ export default { }); }, standForComments(item) { - this.$store.commit("setDetailMap", this.$router.path); + this.$store.commit("setDetailMap", this.$router.path); this.$router.push({ name: "consultationDetails", query: { - item: item + item: JSON.stringify(item) } }); } diff --git a/src/pages/regulatoryRepository/enterpriseStandardPlan/index.vue b/src/pages/regulatoryRepository/enterpriseStandardPlan/index.vue index 55d748129..40bbb58fe 100644 --- a/src/pages/regulatoryRepository/enterpriseStandardPlan/index.vue +++ b/src/pages/regulatoryRepository/enterpriseStandardPlan/index.vue @@ -355,7 +355,7 @@ - +