| this.toSearch(); | this.toSearch(); | ||||
| const businessCommunicationCustomer = wx.getStorageSync('businessCommunicationCustomer') || null; | const businessCommunicationCustomer = wx.getStorageSync('businessCommunicationCustomer') || null; | ||||
| if (businessCommunicationCustomer) { | if (businessCommunicationCustomer) { | ||||
| let attentionTypeIds = businessCommunicationCustomer.attentionTypeIds; | |||||
| if(attentionTypeIds){ | |||||
| attentionTypeIds = attentionTypeIds.split(','); | |||||
| } | |||||
| this.setData({ | this.setData({ | ||||
| attentionTypeIds: businessCommunicationCustomer.attentionTypeIds.split(','), | |||||
| attentionTypeIds, | |||||
| customerId:businessCommunicationCustomer.customerId | customerId:businessCommunicationCustomer.customerId | ||||
| }) | }) | ||||
| } | } |