zhangwencui
4 天以前 91dec349aa88c58c587199d9601529d60824e1d0
src/pages/oa/ReimburseManage/cost-reimburse/index.vue
@@ -1,11 +1,11 @@
<!--
  OA / 报销管理 / 费用报销(审批实例列表)
  OA / 报销管理 / 费用报销(/finReimbursement/listPage,reimbursementType=2)
-->
<template>
  <ApprovalInstanceListPage :module-key="APPROVAL_MODULE_KEYS.COST_REIMBURSE" />
  <FinReimbursementListPage :module-key="APPROVAL_MODULE_KEYS.COST_REIMBURSE" />
</template>
<script setup>
  import ApprovalInstanceListPage from "../../_components/ApprovalInstanceListPage.vue";
  import FinReimbursementListPage from "../../_components/FinReimbursementListPage.vue";
  import { APPROVAL_MODULE_KEYS } from "../../_utils/approvalModuleRegistry.js";
</script>