From 552ec6b7d8ccc56c379da195fc6c9c74312b1070 Mon Sep 17 00:00:00 2001
From: yyb <995253665@qq.com>
Date: 星期五, 22 五月 2026 17:57:46 +0800
Subject: [PATCH] OA部分查询条件变更

---
 src/pages/oa/HrManage/regular-apply/index.vue |   12 +++---------
 1 files changed, 3 insertions(+), 9 deletions(-)

diff --git a/src/pages/oa/HrManage/regular-apply/index.vue b/src/pages/oa/HrManage/regular-apply/index.vue
index ae962c6..e45364a 100644
--- a/src/pages/oa/HrManage/regular-apply/index.vue
+++ b/src/pages/oa/HrManage/regular-apply/index.vue
@@ -3,16 +3,10 @@
   璺敱锛�/pages/oa/HrManage/regular-apply/index
 -->
 <template>
-  <OaListPage v-if="config"
-              :page-key="pageKey"
-              :page-config="config" />
+  <ApprovalInstanceListPage :module-key="APPROVAL_MODULE_KEYS.REGULAR" />
 </template>
 
 <script setup>
-  /** OA - 浜轰簨绠$悊 - 杞鐢宠 */
-  import OaListPage from "../../_components/OaListPage.vue";
-  import { useOaPage } from "../../_utils/useOaPage.js";
-
-  const pageKey = "HrManage/regular-apply";
-  const { config } = useOaPage(pageKey);
+  import ApprovalInstanceListPage from "../../_components/ApprovalInstanceListPage.vue";
+  import { APPROVAL_MODULE_KEYS } from "../../_utils/approvalModuleRegistry.js";
 </script>

--
Gitblit v1.9.3