diff --git a/pages/investigation/index.vue b/pages/investigation/index.vue index 236e764..74803bf 100644 --- a/pages/investigation/index.vue +++ b/pages/investigation/index.vue @@ -218,8 +218,11 @@ } } else { - this.$.open('/pages/investigation/task?id=' + row.businessId + '&type=' + (this.tab == 1 ? 'edit' : - 'view')) + // this.$.open('/pages/investigation/complete?id=' + row.businessId + '&type=' + (this.tab == 1 ? 'edit' : + // 'view')) + this.$.open("/pages/investigation/complete" + "?id=" + row.businessId+ '§ionId=' + row.sectionCode + + '&operator=' + row.operator + '&deptId=' + row.handleDept + '&taskName=' + row.name + + '&pcType' + row.pcType+'§ionName='+row.sectionName); } },