From 2c1735d09107288506e032072e710e65e0eea791 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Fri, 23 Aug 2024 14:14:30 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E4=BB=AA=E8=A1=A8=E6=9D=BF):=20=E6=97=B6?= =?UTF-8?q?=E9=97=B4=E8=BF=87=E6=BB=A4=E8=A7=84=E5=88=99=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E7=9A=84=E4=B8=BA=E6=96=87=E6=9C=AC=E4=B8=8B=E6=8B=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/custom-component/v-query/Component.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-frontend/src/custom-component/v-query/Component.vue b/core/core-frontend/src/custom-component/v-query/Component.vue index ca773ef79a..6559dff709 100644 --- a/core/core-frontend/src/custom-component/v-query/Component.vue +++ b/core/core-frontend/src/custom-component/v-query/Component.vue @@ -348,7 +348,7 @@ const drop = e => { } }) // URL 字段类型换成文本字段类型 - const displayType = componentInfo.deType === 7 ? 0 : componentInfo.deType + const displayType = componentInfo.deType === 7 ? 0 : `${componentInfo.deType}` list.value.push({ ...infoFormat(componentInfo), auto: true,