wupengfei
7 天以前 f37c78b6412db783615f8b38f0487c57136c4ed8
fix: bug
2个文件已修改
2 ■■■■■ 已修改文件
src/services/api/typings.d.ts 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/EnterpriseInfo/components/WithdrawalRecordView.vue 1 ●●●● 补丁 | 查看 | 原始文档 | 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,