Parcourir la source

Merge branch 'feature_20250917_仿石漆潜在客户区域创建' into uat(dev)

zhujindu il y a 3 mois
Parent
commit
39ab5b39c6
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      src/views/storeManagement/competingStoresAdd.vue

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

@@ -793,6 +793,8 @@ export default {
           });
         }
         this.deptList = deptList;
+        this.fromData.orgName = deptList[0].text;
+        this.fromData.orgId = deptList[0].deptId;
       });
     },
     // getChainsByDeptCode(deptId, ifJzStoreType, type) {