fix bug
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user