fix bug
This commit is contained in:
		| @ -8,7 +8,7 @@ | ||||
|                 [button]="'none'"></sf> | ||||
|         </div> | ||||
|         <div nz-col [nzSpan]="8" nzOffset="1"> | ||||
|             <button nz-button nzType="primary" [nzLoading]="service.http.loading" (click)="st?.load(1)"  acl  [acl-ability]="['SYSTEM-STAFF-list']">查询</button> | ||||
|             <button nz-button nzType="primary" [nzLoading]="false" (click)="st?.load(1)"  acl  [acl-ability]="['SYSTEM-STAFF-list']">查询</button> | ||||
|             <button nz-button (click)="resetSF()">重置</button> | ||||
|         </div> | ||||
|     </div> | ||||
| @ -33,6 +33,6 @@ | ||||
|     </div> | ||||
|  | ||||
|     <st #st [data]="service.$api_get_enterprise_staff_page" [columns]="columns" [page]="{}" | ||||
|         [req]="{  params: {nameOrPhone: this.sf.value?.nameOrPhone} }" [loading]="service.http.loading" | ||||
|         [req]="{  params: {nameOrPhone: this.sf.value?.nameOrPhone} }" [loading]="false" | ||||
|         [scroll]="{ y: '370px' }" (change)="stChange($event)"></st> | ||||
| </nz-card> | ||||
		Reference in New Issue
	
	Block a user