This commit is contained in:
wangshiming
2022-04-27 10:32:51 +08:00
parent 644228c040
commit 753183e70d
2 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
* @Author : Shiming
* @Date : 2022-02-24 20:09:49
* @LastEditors : Shiming
* @LastEditTime : 2022-04-27 09:41:27
* @LastEditTime : 2022-04-27 10:17:31
* @FilePath : \\tms-obc-web\\src\\app\\routes\\partner\\rebate-management\\components\\particulars\\particulars.component.html
* Copyright (C) 2022 huzhenhong. All rights reserved.
-->
@ -46,7 +46,6 @@
<nz-card class="table-box">
<div class="tab_header">
<nz-tabset (nzSelectedIndexChange)="selectChange($event)" >
<nz-tab [nzTitle]="'全部'"></nz-tab>
<nz-tab [nzTitle]="'付款单'"></nz-tab>
<nz-tab [nzTitle]="'退款单'"></nz-tab>
</nz-tabset>

View File

@ -25,7 +25,7 @@ export class ParterRebateManageMentParticularsComponent implements OnInit {
cancelQuantity: 0,
};
resourceStatus: any;
data = [{ name1: 1111 }];
data = this.service.$api_get_searchPageList;
constructor(
public router: Router,
public ar: ActivatedRoute,
@ -134,6 +134,7 @@ export class ParterRebateManageMentParticularsComponent implements OnInit {
this.resourceStatus = e;
this.initST();
setTimeout(() => {
this.data = this.service.$api_get_searchRefundPageList
this.st.load();
}, 500);
}