瀏覽代碼

首页跳住户添加问题

Shannon_mu 3 年之前
父節點
當前提交
88e1b9868c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      operationSupport/src/components/common/alertModal.vue

+ 1 - 1
operationSupport/src/components/common/alertModal.vue

@@ -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);