From 3f26324747d72f78aac5d3e7bb636fc00a799f80 Mon Sep 17 00:00:00 2001 From: odjbin <1042039504@qq.com> Date: Fri, 21 Jun 2024 12:32:46 +0800 Subject: [PATCH] =?UTF-8?q?fix=20:=20=E4=BF=AE=E5=A4=8D=E7=A0=94=E5=8F=91?= =?UTF-8?q?=E4=BA=BA=E5=91=98=E9=80=89=E6=8B=A9=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/workflow/process/common/UserPicker.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/views/workflow/process/common/UserPicker.vue b/src/views/workflow/process/common/UserPicker.vue index f235ef0..6ed4364 100644 --- a/src/views/workflow/process/common/UserPicker.vue +++ b/src/views/workflow/process/common/UserPicker.vue @@ -51,6 +51,9 @@
+ + + {{ selectItem.name }}-{{ selectItem.companyName }} @@ -125,7 +128,6 @@ const _value = computed({ }); watch(() => filterText.value, (newVal) => { - console.log('filterText.value', newVal) filterText.value = newVal });