From e7d7f6233cd17cd8efd3d6724a819edbc12abcc9 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Thu, 9 May 2024 18:41:13 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=9F=A5=E8=AF=A2=E7=BB=84=E4=BB=B6):=20?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=9F=A5=E8=AF=A2=E7=BB=84=E4=BB=B6=E9=80=89?= =?UTF-8?q?=E9=A1=B9=E5=80=BC=E6=9D=A5=E6=BA=90=E9=85=8D=E7=BD=AE=E9=80=89?= =?UTF-8?q?=E6=8B=A9=E6=95=B0=E6=8D=AE=E9=9B=86=E6=97=B6=E8=BF=87=E6=BB=A4?= =?UTF-8?q?=E4=B8=8D=E7=94=9F=E6=95=88=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/custom-component/v-query/Select.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-frontend/src/custom-component/v-query/Select.vue b/core/core-frontend/src/custom-component/v-query/Select.vue index 907e671af8..f809259329 100644 --- a/core/core-frontend/src/custom-component/v-query/Select.vue +++ b/core/core-frontend/src/custom-component/v-query/Select.vue @@ -70,7 +70,7 @@ const releaseSelect = inject('release-unmount-select', Function, true) const queryDataForId = inject('query-data-for-id', Function, true) const setDefaultMapValue = arr => { const { displayId, field } = config.value - if (!displayId || displayId === field?.id) { + if (!displayId) { return [] } let defaultMapValue = {}