Browse Source

同城店铺新建流程重构

zhujindu 1 year ago
parent
commit
050548375f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/signApproval/newStoreApprovalDetail.vue

+ 1 - 1
src/views/signApproval/newStoreApprovalDetail.vue

@@ -659,7 +659,7 @@ export default {
           this.$toast.success('提交成功');
           this.$toast.success('提交成功');
           this.rejectReasonShow = false;
           this.rejectReasonShow = false;
           // 从审批列表过来的原路返回
           // 从审批列表过来的原路返回
-          if (this.$router.query.source && this.$router.query.source == 'newStoreApprovalList') {
+          if (this.$route.query.source && this.$route.query.source == 'newStoreApprovalList') {
             this.onClickLeft();
             this.onClickLeft();
           } else {
           } else {
             // 从提醒系统过来的直接关闭当前窗口
             // 从提醒系统过来的直接关闭当前窗口