fix bug
This commit is contained in:
@ -12,7 +12,7 @@
|
||||
[req]="{ method: 'POST', allInBody: true, reName: { pi: 'pageIndex', ps: 'pageSize' }, process: beforeReq }"
|
||||
[res]="{ reName: { list: 'data'} }"
|
||||
[page]="{ show: true, showSize: true, pageSizes: [10, 20, 30, 50, 100, 200, 300, 500, 1000] }"
|
||||
[loading]="service.http.loading" [scroll]="{ y: '370px' }">
|
||||
[loading]="false" [scroll]="{ y: '370px' }">
|
||||
<ng-template st-row="paAccount" let-item let-index="index">
|
||||
<a (click)="createAccount(item,'1')" acl [acl-ability]="['USERCENTER-FREIGHT-LIST-createAccount']" >{{ item.paAccount || '添加' }}</a>
|
||||
</ng-template>
|
||||
|
||||
Reference in New Issue
Block a user