src/services/api/typings.d.ts | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/EnterpriseInfo/components/WithdrawalRecordView.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/services/api/typings.d.ts
@@ -6875,6 +6875,7 @@ keyWord?: string; beginDateTime?: string; endDateTime?: string; enterpriseId?: string; checkStatus?: EnterpriseRechargeStatusEnum; } src/views/EnterpriseInfo/components/WithdrawalRecordView.vue
@@ -87,6 +87,7 @@ orderInput: extraParamState.orderInput, }, checkStatus: EnterpriseRechargeStatusEnum.CheckPassed, enterpriseId: id, }; let res = await parkBountyApplyServices.getEnterpriseDrawWithList(params, { showLoading: !state.loading,