From 8a9c9e5e1db5525b63e0489396f1e09f60c5e29b Mon Sep 17 00:00:00 2001 From: Zhufu <1176354795@qq.com> Date: Tue, 21 May 2024 16:13:09 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=95=B0=E6=8D=AE=E7=BB=9F=E8=AE=A1?= =?UTF-8?q?=E3=80=91=E4=B8=8A=E4=BC=A0=E5=9B=BE=E6=96=91=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/demo/onlineform/formCall/ShowFormModal/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/demo/onlineform/formCall/ShowFormModal/index.vue b/src/views/demo/onlineform/formCall/ShowFormModal/index.vue index d8f8d9cc..f8e510ad 100644 --- a/src/views/demo/onlineform/formCall/ShowFormModal/index.vue +++ b/src/views/demo/onlineform/formCall/ShowFormModal/index.vue @@ -132,7 +132,7 @@ async function ModalSureClick() { return item.value }) console.log('mapGeomList',mapGeomList) - query.MapGeom = mapGeomList.join(" ") + query.MapGeom = mapGeomList.join(";") console.log('query', query); let params: any = { schemeId: primaryQuery.value.id,