fix bug
This commit is contained in:
		@ -22,7 +22,7 @@
 | 
			
		||||
  <div nz-row nzGutter="8">
 | 
			
		||||
    <!-- 查询字段小于或等于3个时,不显示伸缩按钮 -->
 | 
			
		||||
    <div nz-col nzSpan="24" *ngIf="queryFieldCount <= 4">
 | 
			
		||||
      <sf #sf [schema]="schema" [ui]="ui" [mode]="'search'" [disabled]="!sf?.valid" [loading]="service.http.loading"
 | 
			
		||||
      <sf #sf [schema]="schema" [ui]="ui" [mode]="'search'" [disabled]="!sf?.valid" [loading]="false"
 | 
			
		||||
        (formSubmit)="st?.load(1)" (formReset)="resetSF()"></sf>
 | 
			
		||||
    </div>
 | 
			
		||||
 | 
			
		||||
@ -32,7 +32,7 @@
 | 
			
		||||
        <sf #sf [schema]="schema" [ui]="ui" [compact]="true" [button]="'none'"></sf>
 | 
			
		||||
      </div>
 | 
			
		||||
      <div nz-col [nzSpan]="_$expand ? 24 : 6" [class.text-right]="_$expand">
 | 
			
		||||
        <button nz-button nzType="primary" [disabled]="!sf.valid" [nzLoading]="service.http.loading"
 | 
			
		||||
        <button nz-button nzType="primary" [disabled]="!sf.valid" [nzLoading]="false"
 | 
			
		||||
          (click)="st?.load(1)"  acl  [acl-ability]="['ORDER-COMPLAINT-search']">查询</button>
 | 
			
		||||
        <button nz-button nzType="primary" 
 | 
			
		||||
         >导出</button>
 | 
			
		||||
@ -61,7 +61,7 @@
 | 
			
		||||
    [req]="{ method: 'POST', allInBody: true, reName: { pi: 'pageIndex', ps: 'pageSize' }, params: reqParams }"
 | 
			
		||||
    [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"
 | 
			
		||||
    [loading]="false"
 | 
			
		||||
    >
 | 
			
		||||
    <ng-template st-row="complaintCode" let-item let-index="index">
 | 
			
		||||
      <a href="javascript:;" (click)="view(item)">{{item.complaintCode}}</a>
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user