From 8b580ba28e55b3604bfb646f3171fb4c4b3c75de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=92=B1=E5=86=A0=E5=AD=A6?= <1109935898@qq.com> Date: Fri, 24 May 2024 13:51:16 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=81=E6=9C=89=E5=8C=96=E4=BC=81=E4=B8=9A?= =?UTF-8?q?=E5=BE=AE=E4=BF=A1=E9=85=8D=E7=BD=AE=E5=8F=8A=E4=BD=9C=E7=AD=94?= =?UTF-8?q?=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../diagram/components/PrivatizationWxWorkIdentity.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/views/DataAnalyse/components/diagram/components/PrivatizationWxWorkIdentity.vue b/src/views/DataAnalyse/components/diagram/components/PrivatizationWxWorkIdentity.vue index 022bbbb2..160154fc 100644 --- a/src/views/DataAnalyse/components/diagram/components/PrivatizationWxWorkIdentity.vue +++ b/src/views/DataAnalyse/components/diagram/components/PrivatizationWxWorkIdentity.vue @@ -20,6 +20,10 @@ function onWorkFieldChanged() { localData.value.wework_operator = localData.value.wework_operator || '=' localData.value.wework_value = undefined + if (localData.value.wework_field === 'wework_gender') { + localData.value.wework_operator = '=' + } + update() }