panzy
2022-05-21 b56ab52b724ba0d80761ac78183b968d28e3b75a
src/views/dangerDetails/dnagerDetails.vue
@@ -404,12 +404,18 @@
                }
            },
            close(){
                if(this.$route.query.route!=null && this.$route.query.route!=''){
                    this.$router.push({
                        path: this.$route.query.route
                    })
                }else{
                this.$router.push({
                    path:"/hiddenDangerRectification"
                })
            }
        }
    }
    }
</script>
<style scoped>