summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/services/services-list
diff options
context:
space:
mode:
Diffstat (limited to 'usecaseui-portal/src/app/services/services-list')
-rw-r--r--usecaseui-portal/src/app/services/services-list/services-list.component.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/usecaseui-portal/src/app/services/services-list/services-list.component.ts b/usecaseui-portal/src/app/services/services-list/services-list.component.ts
index 373583ea..cc69e51a 100644
--- a/usecaseui-portal/src/app/services/services-list/services-list.component.ts
+++ b/usecaseui-portal/src/app/services/services-list/services-list.component.ts
@@ -138,9 +138,9 @@ export class ServicesListComponent implements OnInit {
getTableData(){
// params: customer serviceType pageIndex,pageSize,sortName
let paramsObj = {
- customer:this.customerSelected.id,
+ customerId:this.customerSelected.id,
serviceType:this.serviceTypeSelected.name,
- pageIndex:this.pageIndex,
+ currentPage:this.pageIndex,
pageSize:this.pageSize
}
this.myhttp.getServicesTableData(paramsObj)