From be9e15e2b8bdae906916c46e9e7e28359184b217 Mon Sep 17 00:00:00 2001 From: ssc <273702440@qq.com> Date: Tue, 12 Apr 2022 17:16:58 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BA=BA=E5=91=98=E9=80=89=E6=8B=A9?= =?UTF-8?q?=E4=B8=9A=E5=8A=A1=E7=BB=84=E4=BB=B6=E8=A1=A8=E5=8D=95=E6=B8=85?= =?UTF-8?q?=E7=A9=BA=E6=97=B6=E6=9C=AA=E9=87=8D=E7=BD=AE=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/plugin/workflow/components/wf-user-select/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/plugin/workflow/components/wf-user-select/index.vue b/src/views/plugin/workflow/components/wf-user-select/index.vue index 64521d9..6b0a9be 100644 --- a/src/views/plugin/workflow/components/wf-user-select/index.vue +++ b/src/views/plugin/workflow/components/wf-user-select/index.vue @@ -71,7 +71,7 @@ export default { }) this.$set(this, 'name', name.join(',')) }) - } + } else this.$set(this, 'name', '') }, immediate: true }