Pārlūkot izejas kodu

Merge branch 'feature_20260327_门店编辑-经销商查询接口传参bug' into uat(dev)

zhujindu 1 mēnesi atpakaļ
vecāks
revīzija
b3d3c85c96
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      src/views/storeManagement/storeEdit.vue

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

@@ -1078,7 +1078,7 @@ export default {
         chainName: this.chainName,
         cityName: this.fromValue.cityNameOld,
         districtName: this.fromValue.districtNameOld,
-        deptId: this.fromValue.deptId,
+        deptId: this.fromValue.orgId,
         ifJzStoreType: this.fromValue.ifJzStoreType,
         storeCategory: this.fromValue.storeCategory,
       }).then((res) => {