修试审核通过

This commit is contained in:
jjLv 2024-11-25 14:22:23 +08:00
parent 9b4999fe00
commit f6347e6f4a
1 changed files with 2 additions and 1 deletions

View File

@ -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 () {