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

重复门店经销商维护

zhujindu пре 10 месеци
родитељ
комит
99768ce639
1 измењених фајлова са 1 додато и 1 уклоњено
  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('保存成功');