src/views/dangerDetails/dnagerDetails.vue
@@ -404,9 +404,15 @@ } }, close(){ this.$router.push({ path:"/hiddenDangerRectification" }) if(this.$route.query.route!=null && this.$route.query.route!=''){ this.$router.push({ path: this.$route.query.route }) }else{ this.$router.push({ path:"/hiddenDangerRectification" }) } } } }