ソースを参照

同城分销店拆分、分销店对应多个经销商

zhujindu 11 ヶ月 前
コミット
7f31e1fabc

+ 1 - 0
src/views/storeManagement/storeAdd.vue

@@ -933,6 +933,7 @@ export default {
     },
   },
   activated() {
+    this.tabVal = 'insidePlan';
     this.beforeAddFn();
     // 授权
     getTicketFun(['getLocation', 'chooseImage', 'uploadImage']).then(() => {

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

@@ -605,6 +605,7 @@ export default {
       });
       localStorage.removeItem('successStoreId');
     } else {
+      this.tabVal = 'insidePlan';
       this.showmap = false;
       this.img = '';
       this.detilId = this.$route.query.detilId;

+ 1 - 0
src/views/storeManagement/storeEdit.vue

@@ -810,6 +810,7 @@ export default {
     };
   },
   activated() {
+    this.tabVal = 'insidePlan';
     // 授权
     getTicketFun(['getLocation', 'chooseImage', 'uploadImage']).then(() => {
       this.getTCFXList();