seimin hace 10 meses
padre
commit
99b7ed1572

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