|
|
|
@ -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); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
}, |
|
|
|
|