fix bug
This commit is contained in:
		| @ -338,12 +338,10 @@ export class TaxManagementIndividualIncomeComponent extends BasicTableComponent | ||||
|     this.st.load(1); | ||||
|   } | ||||
|  | ||||
|   /** | ||||
|    * 异步导出 | ||||
|    */ | ||||
|   export() { | ||||
|     this.service.exportStart(this.sf?.value, this.service.$api_async_export_order_reporting_list); | ||||
|   } | ||||
|  // 导出 | ||||
|  exprot() { | ||||
|   this.service.exportStart({ ...this.sfValue, pageSize: -1 }, this.service.$api_taxIncome_export); | ||||
| } | ||||
|  | ||||
|   handleOK() {} | ||||
|   handleCancel() { | ||||
|  | ||||
		Reference in New Issue
	
	Block a user