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 @@ -