From f08a81f01bc4a4104dd9ef04e071bb0bd0eb8afe Mon Sep 17 00:00:00 2001
From: zhangwencui <1064582902@qq.com>
Date: 星期四, 23 七月 2026 10:50:19 +0800
Subject: [PATCH] Merge branch 'dev_pro2.0' of http://114.132.189.42:9002/r/mom-pro2-before into dev_pro2.0
---
src/views/wls/stocktaking/plan/components/condition-value-input.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/views/wls/stocktaking/plan/components/condition-value-input.vue b/src/views/wls/stocktaking/plan/components/condition-value-input.vue
index 1586a6f..d38c9de 100644
--- a/src/views/wls/stocktaking/plan/components/condition-value-input.vue
+++ b/src/views/wls/stocktaking/plan/components/condition-value-input.vue
@@ -1,10 +1,10 @@
<script lang="ts" setup>
-import type { NumberDictDataType } from '../../../../../packages/effects/hooks/src';
+import type { NumberDictDataType } from '@vben/hooks';
import { ref, watch } from 'vue';
-import { DICT_TYPE, WlsStockTakingParamTypeEnum } from '../../../../../packages/constants/src';
-import { getDictOptions } from '../../../../../packages/effects/hooks/src';
+import { DICT_TYPE, WlsStockTakingParamTypeEnum } from '@vben/constants';
+import { getDictOptions } from '@vben/hooks';
import { Select } from 'ant-design-vue';
--
Gitblit v1.9.3