|
|
@@ -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('保存成功');
|