seimin 3 years ago
parent
commit
f7d1159f75

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

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