guhongwei před 4 roky
rodič
revize
4b36d25d7c

+ 1 - 1
src/views/userCenter/userMydeclare/parts/list.vue

@@ -72,7 +72,7 @@ export default {
     },
     // 意见查看
     toIdea({ data }) {
-      this.$router.push({ path: '/userMydeclare/opinion', query: { id: data.id, step: '初审' } });
+      this.$router.push({ path: '/userCommon/opinion', query: { id: data.id, step: '初审' } });
     },
   },
   computed: {