From 3722c11f668de35f3a6ad10bdb20d17701046b68 Mon Sep 17 00:00:00 2001 From: Euni4U <958079825@qq.com> Date: Fri, 28 Mar 2025 21:16:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=B5=8B=E5=80=BC=E7=A9=BA?= =?UTF-8?q?=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Department-entry/Drawer-Template.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/Department-entry/Drawer-Template.vue b/src/views/Department-entry/Drawer-Template.vue index ba5d5b1..691d51f 100644 --- a/src/views/Department-entry/Drawer-Template.vue +++ b/src/views/Department-entry/Drawer-Template.vue @@ -157,7 +157,7 @@ const visible = computed({ // 监听抽屉打开,加载数据 watch(visible, (newVal) => { if (newVal) { - Type.value = props.templateType + Type.value = props.templateType||'' // 清除模板名称和部位的输入框内容 queryParams.contentName = undefined queryParams.category = undefined