seimin 3 년 전
부모
커밋
f7d1159f75
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/app/views/inspect-active-detail/inspect-active-detail.component.html

+ 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>