From 29b4f3544d1cce531c83e1164b5be47f26a569bb Mon Sep 17 00:00:00 2001
From: huminmin <mac@MacBook-Pro.local>
Date: 星期五, 14 八月 2026 10:17:11 +0800
Subject: [PATCH] 采购来票详情编辑后报错
---
src/views/wms/order/movement/modules/detail.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/wms/order/movement/modules/detail.vue b/src/views/wms/order/movement/modules/detail.vue
index f34fb8d..90a41a2 100644
--- a/src/views/wms/order/movement/modules/detail.vue
+++ b/src/views/wms/order/movement/modules/detail.vue
@@ -4,7 +4,7 @@
import { computed, ref } from 'vue';
-import { useVbenModal } from '..\..\..\..\..\packages\effects\common-ui\src';
+import { useVbenModal } from '@vben/common-ui';
import { VxeColumn, VxeTable } from '#/adapter/vxe-table';
import {
--
Gitblit v1.9.3