完成 隐患信息

main
limingtao 11 months ago
parent 11468b052e
commit 3078458bc4
  1. 7
      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+ '&sectionId=' + row.sectionCode +
'&operator=' + row.operator + '&deptId=' + row.handleDept + '&taskName=' + row.name +
'&pcType' + row.pcType+'&sectionName='+row.sectionName);
}
},

Loading…
Cancel
Save