From 7b39877789927220489f8d8cae75a3ed592af017 Mon Sep 17 00:00:00 2001
From: schangxiang@126.com <schangxiang@126.com>
Date: 周日, 11 5月 2025 14:14:17 +0800
Subject: [PATCH] 去掉重复的 |

---
 HIAWms/hiawms_web/src/widgets/WmsStoreInfo/Views/Pages/Dialog/WmsPlaceDrawer/WmsPlaceDrawer.tsx |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/HIAWms/hiawms_web/src/widgets/WmsStoreInfo/Views/Pages/Dialog/WmsPlaceDrawer/WmsPlaceDrawer.tsx b/HIAWms/hiawms_web/src/widgets/WmsStoreInfo/Views/Pages/Dialog/WmsPlaceDrawer/WmsPlaceDrawer.tsx
index f343aec..ca02987 100644
--- a/HIAWms/hiawms_web/src/widgets/WmsStoreInfo/Views/Pages/Dialog/WmsPlaceDrawer/WmsPlaceDrawer.tsx
+++ b/HIAWms/hiawms_web/src/widgets/WmsStoreInfo/Views/Pages/Dialog/WmsPlaceDrawer/WmsPlaceDrawer.tsx
@@ -1,7 +1,7 @@
 import { SetupContext, defineComponent } from 'vue'
 import BaseDrawer from '@/components/BaseDrawer/BaseDrawer'
 import styles from './WmsPlaceDrawer.module.scss'
-import { useWmsPlaceDrawer } from '../../../../Controllers/WmsPlaceDrawer'
+import { useWmsPlaceDrawer } from '../../../../Controllers/WmsPlaceDrawer.tsx'
 import DyForm from '@/components/DyForm/DyForm'
 
 // @ts-ignore

--
Gitblit v1.9.3