diff --git a/src/views/material/purchase/goodsAccept/detail.vue b/src/views/material/purchase/goodsAccept/detail.vue index b9b1c1c9..9b12db9c 100644 --- a/src/views/material/purchase/goodsAccept/detail.vue +++ b/src/views/material/purchase/goodsAccept/detail.vue @@ -493,7 +493,7 @@ export default { typeId: row.typeId, status: this.taskStatus, checkResult: this.checkResult, - managerType: row.managerType, + managerType: row.manageType, }; this.checkList = []; this.checkList.push(obj); @@ -508,7 +508,7 @@ export default { typeId: row.typeId, status: this.taskStatus, checkResult: this.checkResult, - managerType: row.managerType, + managerType: row.manageType, }; this.checkList = []; this.checkList.push(obj); @@ -525,7 +525,7 @@ export default { typeId: item.typeId, status: this.taskStatus, checkResult: this.checkResult, - managerType: item.managerType, + managerType: item.manageType, }; return obj; }); @@ -542,7 +542,7 @@ export default { typeId: item.typeId, status: this.taskStatus, checkResult: this.checkResult, - managerType: item.managerType, + managerType: item.manageType, }; return obj; });