From 445c94fff7314979767a0890511a3aa978f7b744 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期一, 24 八月 2026 14:18:14 +0800
Subject: [PATCH] fix: MOM 1.工艺路线工序设置弹框字段提示
---
src/api/crm/contact/index.ts | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/api/crm/contact/index.ts b/src/api/crm/contact/index.ts
index 0bb3640..108b310 100644
--- a/src/api/crm/contact/index.ts
+++ b/src/api/crm/contact/index.ts
@@ -1,4 +1,4 @@
-import type { PageParam, PageResult } from '..\..\..\packages\effects\request\src';
+import type { PageParam, PageResult } from '@vben/request';
import type { CrmPermissionApi } from '#/api/crm/permission';
--
Gitblit v1.9.3