解决冲突
This commit is contained in:
@ -65,6 +65,8 @@ export class OrderManagementRiskComponent extends BasicTableComponent implements
|
||||
beforeReq = (requestOptions: STRequestOptions) => {
|
||||
const a: any = {};
|
||||
if (this.resourceStatus) {
|
||||
console.log(this.resourceStatus);
|
||||
|
||||
a.representationsStatus = this.resourceStatus;
|
||||
}
|
||||
const params: any = Object.assign({}, this.sf?.value || {});
|
||||
|
||||
Reference in New Issue
Block a user