|
@@ -600,12 +600,9 @@ var _default = {
|
|
|
var _res$data = res.data,
|
|
|
checklistId = _res$data.checklistId,
|
|
|
checklistTypeId = _res$data.checklistTypeId; //recordId-taskId
|
|
|
- // if (checklistTypeId === 1) {// HazardRecordView
|
|
|
-
|
|
|
- // } else if (checklistTypeId === 2) {// PointRecordView
|
|
|
-
|
|
|
- // } else if (checklistTypeId === 3) {// ScoreRecordView
|
|
|
-
|
|
|
+ // if (checklistTypeId === 1) {// HazardRecordView
|
|
|
+ // } else if (checklistTypeId === 2) {// PointRecordView
|
|
|
+ // } else if (checklistTypeId === 3) {// ScoreRecordView
|
|
|
// }
|
|
|
uni.navigateTo({
|
|
|
url: "/pages/index/handle/task/task?rid=".concat(item.taskId, "&cid=").concat(checklistId)
|