dedsudiyu 1 month ago
parent
commit
48caa72a96

+ 1 - 1
src/views/safetyCheck/collegeWorktable/index.vue

@@ -193,7 +193,7 @@
           this.$router.push({ path: '/safetyCheck/snapshot'});
         } else if (type == 'rectificationNotice'){
           //整改通知
-          this.$router.push({ path: '/safetyCheck/safetyHazard/rectificationNotice'});
+          this.$router.push({ path: '/safetyCheck/rectificationNotice'});
         } else if (type == 'dataStatistics'){
           //数据统计
           this.$router.push({ path: '/safetyCheck/dataStatistics'});

+ 1 - 1
src/views/safetyCheck/schoolWorktable/index.vue

@@ -190,7 +190,7 @@
           this.$router.push({ path: '/safetyCheck/snapshot'});
         } else if (type == 'rectificationNotice'){
           //整改通知
-          this.$router.push({ path: '/safetyCheck/safetyHazard/rectificationNotice'});
+          this.$router.push({ path: '/safetyCheck/rectificationNotice'});
         } else if (type == 'dataStatistics'){
           //数据统计
           this.$router.push({ path: '/safetyCheck/dataStatistics'});