zhujindu 10 месяцев назад
Родитель
Сommit
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('保存成功');