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