浏览代码

feature_20260327_门店编辑-经销商查询接口传参bug

zhujindu 1 月之前
父节点
当前提交
ba45a51577
共有 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) => {