Skip to content

Commit

Permalink
修改过滤规则组件。当用户类型时,只有一个选项,nzMode属性不需要使用"tags"。使用tags后,有可能会出错。
Browse files Browse the repository at this point in the history
  • Loading branch information
zzcjh committed Apr 16, 2020
1 parent b62bf10 commit 7e07434
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<ng-template #NotEnum>
<!--用户类型-->
<ng-container *ngIf="property.IsUserFlag&&rule.Operate==3; else NotUser">
<nz-select [(ngModel)]="rule.Value" nzMode="tags" nzMaxMultipleCount="1" (ngModelChange)="onTagsChangeEvent($event)" nzSize="small">
<nz-select [(ngModel)]="rule.Value" nzSize="small">
<nz-option nzValue="@CurrentUserId" nzLabel="@当前用户"></nz-option>
</nz-select>
</ng-container>
Expand Down

0 comments on commit 7e07434

Please sign in to comment.