|
@@ -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'});
|