panzy
2022-05-21 b56ab52b724ba0d80761ac78183b968d28e3b75a
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"
                    })
                }
            }
        }
    }