diff --git a/src/views/material/repair/testExamine/component/addToolsApply.vue b/src/views/material/repair/testExamine/component/addToolsApply.vue index 3780c384..e7658f7f 100644 --- a/src/views/material/repair/testExamine/component/addToolsApply.vue +++ b/src/views/material/repair/testExamine/component/addToolsApply.vue @@ -291,7 +291,8 @@ export default { //单个通过 handlePass(row) { const param = []; - param.push({ id: row.id, status: "1" }); + param.push({ id: row.id, status: "1",specificationType: row.specificationType,machineTypeName:row.machineTypeName, + unitName:row.unitName,repairNum:row.repairNum,repairedNum:row.repairedNum,typeId:row.typeId,taskId:row.taskId, }); this.$modal .confirm("是否确认通过所选择的数据项?") .then(function () {