修试审核通过
This commit is contained in:
parent
9b4999fe00
commit
f6347e6f4a
|
|
@ -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 () {
|
||||
|
|
|
|||
Loading…
Reference in New Issue