seimin 3 years ago
parent
commit
e7a870b643

+ 2 - 2
src/app/views/inspect-active-order-list/inspect-active-order-list.component.html

@@ -37,8 +37,8 @@
37
     </nz-table>
37
     </nz-table>
38
     <div class="pagination">
38
     <div class="pagination">
39
       <nz-pagination [(nzPageIndex)]="pageIndex" [(nzTotal)]="listLength" nzShowSizeChanger [(nzPageSize)]="pageSize"
39
       <nz-pagination [(nzPageIndex)]="pageIndex" [(nzTotal)]="listLength" nzShowSizeChanger [(nzPageSize)]="pageSize"
40
-        (nzPageIndexChange)="getOrdersByPerson(hosId,currentDeptId)"
41
-        (nzPageSizeChange)="getOrdersByPerson(hosId,currentDeptId)">
40
+        (nzPageIndexChange)="getListByWorker(hosId,currentDeptId)"
41
+        (nzPageSizeChange)="getListByWorker(hosId,currentDeptId)">
42
       </nz-pagination>
42
       </nz-pagination>
43
     </div>
43
     </div>
44
   </div>
44
   </div>