这个直接绑定 (keyup.enter)=“searchTree()” 就可以了
<nz-input-group nzSearch [nzAddOnAfter]="suffixIconButton">
<input type="text" nz-input placeholder="搜索党组织名称" (keyup.enter)="searchTree()" [(ngModel)]="inputValue" />
</nz-input-group>
这个直接绑定 (keyup.enter)=“searchTree()” 就可以了
<nz-input-group nzSearch [nzAddOnAfter]="suffixIconButton">
<input type="text" nz-input placeholder="搜索党组织名称" (keyup.enter)="searchTree()" [(ngModel)]="inputValue" />
</nz-input-group>