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,