From f6347e6f4a80ba842842ae4313132c5a45fbb680 Mon Sep 17 00:00:00 2001 From: jjLv <1981429112@qq.com> Date: Mon, 25 Nov 2024 14:22:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E8=AF=95=E5=AE=A1=E6=A0=B8=E9=80=9A?= =?UTF-8?q?=E8=BF=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../material/repair/testExamine/component/addToolsApply.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 () {