From de89dc9479989aa9bf7bfa2a937d21bd924ed892 Mon Sep 17 00:00:00 2001 From: jiangyy Date: Fri, 10 Jun 2022 16:32:45 +0800 Subject: [PATCH 1/5] =?UTF-8?q?=E5=8D=8F=E5=8A=9E=E5=8D=95=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/shequzhili/event/cpts/event-info.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/modules/shequzhili/event/cpts/event-info.vue b/src/views/modules/shequzhili/event/cpts/event-info.vue index 6a1346c8c..e270ce25c 100644 --- a/src/views/modules/shequzhili/event/cpts/event-info.vue +++ b/src/views/modules/shequzhili/event/cpts/event-info.vue @@ -110,8 +110,8 @@
-
协 办:
+ v-if="item.assistanceUnitName"> +
协办单位:
{{ item.assistanceUnitName }}
From 5f689cf204511e1893a9750b0707bb2052dacddd Mon Sep 17 00:00:00 2001 From: jiangyy Date: Fri, 10 Jun 2022 17:25:08 +0800 Subject: [PATCH 2/5] 111 --- src/views/modules/shequzhili/event/eventList.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/modules/shequzhili/event/eventList.vue b/src/views/modules/shequzhili/event/eventList.vue index fd1f74c04..78c53fd69 100644 --- a/src/views/modules/shequzhili/event/eventList.vue +++ b/src/views/modules/shequzhili/event/eventList.vue @@ -237,7 +237,7 @@ @@ -609,7 +609,7 @@ export default { this.tableData.forEach(item => { if (item.operationType === '2') { - item.operationTypeShow = '已转需求' + item.operationTypeShow = '已转服务' } if (item.operationType === '1') { item.operationTypeShow = '已立项' From 18ea0083d72ccf7297100860e814f8a3fac6a9f9 Mon Sep 17 00:00:00 2001 From: jiangyy Date: Fri, 10 Jun 2022 17:27:51 +0800 Subject: [PATCH 3/5] =?UTF-8?q?=E9=9C=80=E6=B1=82=E4=BA=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../shequzhili/event/cpts/process-form-demand.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 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 adc0abe19..3f0f07281 100644 --- a/src/views/modules/shequzhili/event/cpts/process-form-demand.vue +++ b/src/views/modules/shequzhili/event/cpts/process-form-demand.vue @@ -52,7 +52,7 @@ - Date: Fri, 10 Jun 2022 17:46:04 +0800 Subject: [PATCH 4/5] =?UTF-8?q?=E5=9C=B0=E5=9B=BE=E5=81=8F=E5=B7=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/visual/basicinfo/basicInfoMain.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/views/modules/visual/basicinfo/basicInfoMain.vue b/src/views/modules/visual/basicinfo/basicInfoMain.vue index c304c20cf..5ddc945f1 100644 --- a/src/views/modules/visual/basicinfo/basicInfoMain.vue +++ b/src/views/modules/visual/basicinfo/basicInfoMain.vue @@ -172,8 +172,8 @@ let iconSource; // icon let polygonSource;//变电站标注多边形 let select;//选中标注 -let xoffset = 0.0051 -let yoffset = 0.0002 +let xoffset = 0 +let yoffset = 0 //url图标 @@ -634,10 +634,10 @@ const vueGis = { coorArray.forEach((item, index) => { if (index % 2 == 0) {//偶 - item = (parseFloat(item) + xoffset) + '' + item = (parseFloat(item) + parseFloat(xoffset)) + '' itemArray.push(item) } else {//奇 - item = (parseFloat(item) + yoffset) + '' + item = (parseFloat(item) + parseFloat(yoffset)) + '' itemArray.push(item) polygonArray.push(itemArray) @@ -703,12 +703,12 @@ const vueGis = { coorArray.forEach((item, index) => { // itemArray.push(item) if (index % 2 == 0) {//偶 - item = (parseFloat(item) + xoffset) + '' + item = (parseFloat(item) + parseFloat(xoffset)) + '' itemArray.push(item) } else {//奇 - item = (parseFloat(item) + yoffset) + '' + item = (parseFloat(item) + parseFloat(yoffset)) + '' itemArray.push(item) polygonArray.push(itemArray) itemArray = [] From 29f62d5e087d287b9cab9a10a759a7dfc01572d4 Mon Sep 17 00:00:00 2001 From: YUJT Date: Mon, 13 Jun 2022 14:30:33 +0800 Subject: [PATCH 5/5] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=BB=84=E7=BB=87?= =?UTF-8?q?=E5=8C=BA=E5=88=92=E9=94=99=E8=AF=AF=E5=8A=A0=E8=BD=BD=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/base/organization/organization.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/modules/base/organization/organization.vue b/src/views/modules/base/organization/organization.vue index 70303212a..e6211572c 100644 --- a/src/views/modules/base/organization/organization.vue +++ b/src/views/modules/base/organization/organization.vue @@ -1897,7 +1897,7 @@ export default { const url = '/gov/org/agency/agencydetail' let params = { - agencyId: localStorage.getItem('agencyId') + agencyId: this.currentAgencyId } const { data, code, msg } = await requestPost(url,params)