From affd6ba55d956b3ee2a5d92683e8277808e57769 Mon Sep 17 00:00:00 2001 From: dai <851733175@qq.com> Date: Wed, 11 Jan 2023 17:58:34 +0800 Subject: [PATCH 1/4] =?UTF-8?q?=E8=BD=AC=E6=9C=8D=E5=8A=A1=E7=9A=84?= =?UTF-8?q?=E5=9D=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../event/cpts/process-form-demand.vue | 661 +++++++++--------- 1 file changed, 312 insertions(+), 349 deletions(-) diff --git a/src/views/modules/shequzhili/event/cpts/process-form-demand.vue b/src/views/modules/shequzhili/event/cpts/process-form-demand.vue index 77c0193f0..df5912b9c 100644 --- a/src/views/modules/shequzhili/event/cpts/process-form-demand.vue +++ b/src/views/modules/shequzhili/event/cpts/process-form-demand.vue @@ -1,10 +1,12 @@ - - - - \ No newline at end of file + diff --git a/src/views/modules/shequzhili/event/cpts/process-form-demand.vue b/src/views/modules/shequzhili/event/cpts/process-form-demand.vue index df5912b9c..f5a0c1bce 100644 --- a/src/views/modules/shequzhili/event/cpts/process-form-demand.vue +++ b/src/views/modules/shequzhili/event/cpts/process-form-demand.vue @@ -607,34 +607,6 @@ export default { } }, - convert(lat, lng) { - markers.setGeometries([]); - // var input = document.getElementById('location').value.split(','); - let location; - if (lat && lng) { - location = new TMap.LatLng(lat, lng); - } else { - location = new TMap.LatLng( - this.formData.latitude, - this.formData.longitude - ); - } - - // map.setCenter(location); - markers.updateGeometries([ - { - id: "main", // 点标注数据数组 - position: location, - }, - ]); - geocoder - .getAddress({ location: location }) // 将给定的坐标位置转换为地址 - .then((result) => { - this.formData.serviceLocation = result.result.address; - // 显示搜索到的地址 - }); - }, - // 开启加载动画 startLoading() { loading = Loading.service({ From 6d06a086c2f0f439ad720d35441ecc6062c4b901 Mon Sep 17 00:00:00 2001 From: jiangyy Date: Fri, 13 Jan 2023 09:30:46 +0800 Subject: [PATCH 3/4] 11 --- src/views/modules/base/epidemic/antiInfo.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/modules/base/epidemic/antiInfo.vue b/src/views/modules/base/epidemic/antiInfo.vue index 166dd41b8..b9d79224e 100644 --- a/src/views/modules/base/epidemic/antiInfo.vue +++ b/src/views/modules/base/epidemic/antiInfo.vue @@ -293,7 +293,7 @@ :close-on-press-escape="false" :title="formTitle" width="1150px" - :z-index="1000" + :z-index="2000" top="5vh" class="dialog-h" @closed="handleCnalceForm"> From dca2761304b72c363d43492103efa7c58684462b Mon Sep 17 00:00:00 2001 From: jiangyy Date: Fri, 13 Jan 2023 09:32:16 +0800 Subject: [PATCH 4/4] 11 --- src/views/modules/base/epidemic/antiInfo.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/modules/base/epidemic/antiInfo.vue b/src/views/modules/base/epidemic/antiInfo.vue index b9d79224e..3dcf9377a 100644 --- a/src/views/modules/base/epidemic/antiInfo.vue +++ b/src/views/modules/base/epidemic/antiInfo.vue @@ -880,7 +880,7 @@ export default { let params = { id } - this.$message.error('111') + // this.$message.error('111') const { data, code, msg } = await requestPost(url, params) if (code === 0) {