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