Browse Source

重复门店经销商维护

zhujindu 9 months ago
parent
commit
99768ce639
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/storeManagement/chainMaintain.vue

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

@@ -435,7 +435,7 @@ export default {
     onSubmit() {
       addStoreChainContact({
         storeId: this.$route.query.id, //long	门店id
-        sfaStoreChainsContactList: this.sfaStoreChainsContactList.filter((item) => item.Check), //对象数组	门店选择的品类经销商列表(只传新增的)
+        sfaStoreChainsContactList: this.sfaStoreChainsContactList.filter((item) => !item.isCheck), //对象数组	门店选择的品类经销商列表(只传新增的)
       }).then((res) => {
         if (res.code == 200) {
           this.$toast('保存成功');