From 80d9661ac50cc58c8051e806453d29563a2a22bc Mon Sep 17 00:00:00 2001
From: 云 <2163098428@qq.com>
Date: 星期一, 10 八月 2026 17:55:11 +0800
Subject: [PATCH] feat(erp): 添加财务付款审批流程选择模态框
---
src/api/bpm/category/index.ts | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/api/bpm/category/index.ts b/src/api/bpm/category/index.ts
index 7931c14..64cf36c 100644
--- a/src/api/bpm/category/index.ts
+++ b/src/api/bpm/category/index.ts
@@ -1,4 +1,4 @@
-import type { PageParam, PageResult } from '../../../packages/effects/request/src';
+import type { PageParam, PageResult } from '@vben/request';
import { requestClient } from '#/api/request';
--
Gitblit v1.9.3