From c62517daefcc52624f6eece28a2693fa8f4b9b41 Mon Sep 17 00:00:00 2001
From: liu <2021943741@qq.com>
Date: 星期六, 29 八月 2026 01:44:28 +0800
Subject: [PATCH] fix(mes): 修复生产任务修改弹窗表单回填为空
---
src/views/crm/statistics/performance/data.ts | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/crm/statistics/performance/data.ts b/src/views/crm/statistics/performance/data.ts
index a877a42..d95e4c9 100644
--- a/src/views/crm/statistics/performance/data.ts
+++ b/src/views/crm/statistics/performance/data.ts
@@ -1,7 +1,7 @@
import type { VbenFormSchema } from '#/adapter/form';
-import { useUserStore } from '../../../../packages/stores/src';
-import { handleTree } from '../../../../packages/utils/src';
+import { useUserStore } from '@vben/stores';
+import { handleTree } from '@vben/utils';
import { getSimpleDeptList } from '#/api/system/dept';
import { getSimpleUserList } from '#/api/system/user';
--
Gitblit v1.9.3