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

@ -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);
}