From b43a03b206c9c56ce70efffb52ebdad29baa91fd Mon Sep 17 00:00:00 2001 From: lonewolfyx <877085893@qq.com> Date: Sat, 7 Feb 2026 16:26:04 +0800 Subject: [PATCH] =?UTF-8?q?fix(warehouse):=20=E9=87=8D=E7=BD=AE=E4=BB=93?= =?UTF-8?q?=E5=BA=93=E7=BB=84=E4=BB=B6=E4=B8=AD=E7=9A=84=E6=A8=A1=E5=9E=8B?= =?UTF-8?q?=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/Warehouse/WareHouse.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/components/Warehouse/WareHouse.vue b/components/Warehouse/WareHouse.vue index 1336079..fb1323c 100644 --- a/components/Warehouse/WareHouse.vue +++ b/components/Warehouse/WareHouse.vue @@ -41,6 +41,7 @@ onMounted(async () => { watch(() => props.companyId, async (newValue) => { if (newValue || newValue === '') { + modelValue.value = '' await handleQuery() } })