chenc 4 years ago
parent
commit
fd2086d8c7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/app/routes/dashboard/analysis/analysis.component.html

+ 1 - 1
src/app/routes/dashboard/analysis/analysis.component.html

@@ -116,7 +116,7 @@
             <!-- 查询 -->
             <nz-switch [(ngModel)]="isSwitch" name="isSwitch"
                           nzCheckedChildren="是"
-                          nzUnCheckedChildren="否" (ngModelChange)="isSwitchChange($event)">
+                          nzUnCheckedChildren="否" (ngModelChange)="isSwitchChange()">
                         </nz-switch>
           </nz-form-control>
         </nz-form-item>