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>