From f9425a11888771b1cc04c9d290ae2fbbf5cdc7b0 Mon Sep 17 00:00:00 2001 From: jjLv <1981429112@qq.com> Date: Fri, 15 Nov 2024 17:50:37 +0800 Subject: [PATCH] =?UTF-8?q?=E9=AA=8C=E6=94=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/material/purchase/goodsAccept/detail.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/material/purchase/goodsAccept/detail.vue b/src/views/material/purchase/goodsAccept/detail.vue index 9b12db9c..f3fa9636 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.manageType, + manageType: 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.manageType, + manageType: 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.manageType, + manageType: item.manageType, }; return obj; }); @@ -542,7 +542,7 @@ export default { typeId: item.typeId, status: this.taskStatus, checkResult: this.checkResult, - managerType: item.manageType, + manageType: item.manageType, }; return obj; });