fix bug
This commit is contained in:
		| @ -35,7 +35,7 @@ export class TaxManagementIndividualIncomeComponent implements OnInit { | ||||
|   beforeReq = (requestOptions: STRequestOptions) => { | ||||
|     Object.assign(requestOptions.body, { declareStatus: this.selectedIndex }); | ||||
|     if (this.sf) { | ||||
|       Object.assign(requestOptions.body, { ...this.sf.value }); | ||||
|       Object.assign(requestOptions.body, { ...this.sf?.value }); | ||||
|       delete requestOptions.body._$expand; | ||||
|     } | ||||
|     this.selectedRows = []; | ||||
|  | ||||
		Reference in New Issue
	
	Block a user