Преглед изворни кода

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

zhujindu пре 3 недеља
родитељ
комит
b3d3c85c96
1 измењених фајлова са 1 додато и 1 уклоњено
  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) => {