fix bug
This commit is contained in:
		@ -4,7 +4,7 @@
 | 
			
		||||
            [button]="'none'"></sf>
 | 
			
		||||
    </div>
 | 
			
		||||
    <div nz-col [nzSpan]="5" class="text-right mb-md">
 | 
			
		||||
        <button nz-button nzType="primary" [nzLoading]="service.http.loading" (click)="st?.load(1)">查询</button>
 | 
			
		||||
        <button nz-button nzType="primary" [nzLoading]="false" (click)="st?.load(1)">查询</button>
 | 
			
		||||
        <button nz-button (click)="resetSF()">重置</button>
 | 
			
		||||
    </div>
 | 
			
		||||
 | 
			
		||||
@ -12,5 +12,5 @@
 | 
			
		||||
        [req]="{ method: 'POST', allInBody: true, reName: { pi: 'pageIndex', ps: 'pageSize' }, process: beforeReq }"
 | 
			
		||||
        [res]="{ reName: { list: 'data.records', total: 'data.total' } }"
 | 
			
		||||
        [page]="{ show: true, showSize: true, pageSizes: [10, 20, 30, 50, 100, 200, 300, 500, 1000] }"
 | 
			
		||||
        [loading]="service.http.loading" [scroll]="{ x:'860px',y: '400px' }"></st>
 | 
			
		||||
        [loading]="false" [scroll]="{ x:'860px',y: '400px' }"></st>
 | 
			
		||||
</div>
 | 
			
		||||
		Reference in New Issue
	
	Block a user