ll
liukangdong
2024-09-27 0805d05b705633c7d2d55b6f3e92278b65acc426
wechat_staff/pages/kefu/select.js
@@ -45,6 +45,10 @@
      title: '请先选择要关联的客户',
      icon: 'none'
    })
    if(enjoyList.filter(i => i.checked).length == 0) return wx.showToast({
      title: '请重新选择要关联的的产品',
      icon: 'none'
    })
    batchAddLike({
      articleIds: enjoyList.filter(i => i.checked).map(i => i.id).join(','),
      customerId: customer.customerId,
@@ -66,6 +70,7 @@
          dataList: [],
          page: 1
        })
        wx.navigateBack()
        this.getList()
      }else{
        return wx.showToast({