From f3c111bb9d6e0dc42a3e743dcfa2e0f1b0ef1714 Mon Sep 17 00:00:00 2001
From: liu <2021943741@qq.com>
Date: 星期五, 04 九月 2026 13:30:58 +0800
Subject: [PATCH] fix(wls): 仓库/库区/库位表单「是否冻结」补充默认值 false,避免不操作开关时空值提交报错

---
 src/packages/@core/ui-kit/tabs-ui/src/use-tabs-drag.ts |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/packages/@core/ui-kit/tabs-ui/src/use-tabs-drag.ts b/src/packages/@core/ui-kit/tabs-ui/src/use-tabs-drag.ts
index 5f23e1c..c656f94 100644
--- a/src/packages/@core/ui-kit/tabs-ui/src/use-tabs-drag.ts
+++ b/src/packages/@core/ui-kit/tabs-ui/src/use-tabs-drag.ts
@@ -1,11 +1,11 @@
-import type { Sortable } from '..\..\..\composables\src';
-import type { EmitType } from '..\..\..\base\typings\src';
+import type { Sortable } from '../../../composables/src';
+import type { EmitType } from '../../../base/typings/src';
 
 import type { TabsProps } from './types';
 
 import { nextTick, onMounted, onUnmounted, ref, watch } from 'vue';
 
-import { useIsMobile, useSortable } from '..\..\..\composables\src';
+import { useIsMobile, useSortable } from '../../../composables/src';
 
 // 鍙兘浼氭壘鍒版嫋鎷界殑瀛愬厓绱狅紝杩欓噷闇�瑕佺‘淇濇嫋鎷界殑dom鏃秚ab鍏冪礌
 function findParentElement(element: HTMLElement) {

--
Gitblit v1.9.3