From 032d11cb832b69c4deb7521ae44a4fadbdcced62 Mon Sep 17 00:00:00 2001 From: zhangqun <179111901@qq.com> Date: Fri, 26 Jul 2024 14:38:14 +0800 Subject: [PATCH] 1 --- pages/index/index.vue | 2 +- pages/investigation/index.vue | 9 +++-- pages/map/index.vue | 74 ++++++++++++++++++++++++----------- 3 files changed, 58 insertions(+), 27 deletions(-) diff --git a/pages/index/index.vue b/pages/index/index.vue index 76049d5..3ac5f88 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -172,7 +172,7 @@ if(row.pcType == 2) { this.$.open("/pages/investigation/task" + "?id=" + this.businessId); } else { - this.$.open('/pages/map/index?businessId=' + row.businessId + '§ionId=' + row.sectionCode + '&deptId=' + row.handleDept + '&taskName=' + row.name) + this.$.open('/pages/map/index?businessId=' + row.businessId + '§ionId=' + row.sectionCode + '&deptId=' + row.handleDept + '&taskName=' + row.name + '&pcType' + row.pcType) } }, konw() { diff --git a/pages/investigation/index.vue b/pages/investigation/index.vue index c693251..0045c33 100644 --- a/pages/investigation/index.vue +++ b/pages/investigation/index.vue @@ -3,12 +3,12 @@ -