| }, | }, | ||||
| getCurrentData() { | getCurrentData() { | ||||
| let { businessCommunicationDemandId, customerId } = this.data; | let { businessCommunicationDemandId, customerId } = this.data; | ||||
| let paramCustomerId = customerId ? customerId * 1 : null; | |||||
| let paramCustomerId = customerId ? customerId * 1 : 0; | |||||
| console.log(paramCustomerId, 'paramCustomerId') | console.log(paramCustomerId, 'paramCustomerId') | ||||
| $request.get('/businessCommunicationDemand/getDemandByDemandId.action', | $request.get('/businessCommunicationDemand/getDemandByDemandId.action', | ||||
| { demandId: businessCommunicationDemandId, customerId: paramCustomerId } | { demandId: businessCommunicationDemandId, customerId: paramCustomerId } | ||||
| }) | }) | ||||
| this.getListData(); | this.getListData(); | ||||
| } | } | ||||
| } | |||||
| } | |||||
| this.setData({ | this.setData({ | ||||
| pageLoading: false, | pageLoading: false, | ||||
| }) | }) |