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/views/mes/tm/tool/components/select.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/mes/tm/tool/components/select.vue b/src/views/mes/tm/tool/components/select.vue
index 15b79f4..290f88d 100644
--- a/src/views/mes/tm/tool/components/select.vue
+++ b/src/views/mes/tm/tool/components/select.vue
@@ -3,7 +3,7 @@
import { computed, ref, useAttrs, watch } from 'vue';
-import { IconifyIcon } from '../../../../../packages/icons/src';
+import { IconifyIcon } from '@vben/icons';
import { Input, Tooltip } from 'ant-design-vue';
--
Gitblit v1.9.3