|
@@ -94,7 +94,7 @@ export default {
|
|
|
watch: {},
|
|
|
methods: {
|
|
|
close() {
|
|
|
- if (this.$route.query.showDialog) {
|
|
|
+ if (this.$route.fullPath == '/assetManagement/shopManagement/index?showDialog=true') {
|
|
|
this.$router.replace('/workbench/index');
|
|
|
}
|
|
|
this.$store.dispatch('delPopup', this.modal.id);
|