Переглянути джерело

同城店铺新建流程重构

zhujindu 1 рік тому
батько
коміт
13deab280e

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

@@ -645,6 +645,7 @@ export default {
         if (res.code == 200) {
           this.$toast.success('提交成功');
           this.rejectReasonShow = false;
+          this.getDetail();
           this.onClickLeft();
         } else {
           this.$toast.fail(res.msg);

+ 2 - 0
src/views/storeManagement/storeDetail.vue

@@ -1170,6 +1170,7 @@ export default {
           valid({ storeId: that.list.storeId }).then((res) => {
             loading1.clear();
             if (res.code == 200) {
+              this.getDetail();
               that.$router.go(-1);
               // window.location.replace(window.location.origin + "/mobile/storeAddress");
             }
@@ -1555,6 +1556,7 @@ export default {
         this.toastLoading().clear();
         if (res.code == 200) {
           this.$toast.success('提交成功');
+          this.getDetail();
           this.$router.go(-1);
         }
       });