seimin 10 ヶ月 前
コミット
99b7ed1572
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      src/app/views/medical-waste-hospital-statistics/medical-waste-hospital-statistics.component.html

+ 1 - 1
src/app/views/medical-waste-hospital-statistics/medical-waste-hospital-statistics.component.html

@@ -41,7 +41,7 @@
41 41
       </div>
42 42
     </div>
43 43
     <div class="list-template__checkBoxes">
44
-      <nz-radio-group [(ngModel)]="dataType" (ngModelChange)="getList(true)">
44
+      <nz-radio-group [(ngModel)]="dataType" (ngModelChange)="search()">
45 45
         <label nz-radio [nzValue]="item.value" *ngFor="let item of checkOptionsOne">{{item.label}}</label>
46 46
       </nz-radio-group>
47 47
     </div>