From 7cbcb40cb0b3badcf202768f1a7c93f6dac93905 Mon Sep 17 00:00:00 2001 From: ch Date: Wed, 3 Aug 2022 10:58:39 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E5=B9=BF=E5=91=8A?= =?UTF-8?q?=E5=95=86=E5=93=81=E9=80=89=E6=8B=A9=E7=BC=93=E5=AD=98=E4=B8=8A?= =?UTF-8?q?=E4=BC=A0=E6=93=8D=E4=BD=9C=E8=AE=B0=E5=BD=95=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/sales/product/picker.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/sales/product/picker.vue b/src/views/sales/product/picker.vue index 1a8f640..130dae8 100644 --- a/src/views/sales/product/picker.vue +++ b/src/views/sales/product/picker.vue @@ -97,6 +97,8 @@ // 显示 const handleShow = () => { visible.value = true; + state.condition.name = null; + state.condition.categoryId = null; handleSearch(); }; // 取消