@@ -216,7 +216,8 @@ app.controller("servicePerformanceCtrl", [
api_bpm_data
.serviceCount({
type: 'serviceDetailsList',
- incidentId: data.incidentId,
+ categoryId: data.categoryId,
+ userId: data.userId,
startTime: moment(data.acceptdate).format('YYYY-MM-DD'),
finishTime: moment(data.acceptdate).format('YYYY-MM-DD'),
})