From af1f34dd5aae06d6d6b96d4467bf60f4d0e897b4 Mon Sep 17 00:00:00 2001 From: wws <18630710203@163.com> Date: Tue, 19 Dec 2023 13:47:32 +0800 Subject: [PATCH] =?UTF-8?q?=20=E7=89=A9=E6=96=99=E6=A3=80=E9=AA=8C?= =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E7=BB=B4=E6=8A=A4=E8=8A=82=E7=82=B9=E9=80=89?= =?UTF-8?q?=E6=8B=A9=E9=97=AE=E9=A2=98=E8=A7=A3=E5=86=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/quality/checkTypeProject/index.vue | 21 +++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/src/views/quality/checkTypeProject/index.vue b/src/views/quality/checkTypeProject/index.vue index 3db50c2d..b88ad8e0 100644 --- a/src/views/quality/checkTypeProject/index.vue +++ b/src/views/quality/checkTypeProject/index.vue @@ -2,7 +2,7 @@
- + @@ -125,7 +125,7 @@ @change="handleStatusChange(scope.row)" > - + tab.name !== targetName); } @@ -541,14 +544,14 @@ export default { onSelectProjects(objs) { let _this = this; objs.forEach(function(item,index,arr){ - item.projectId = item.id; + item.projectId = item.id; item.projectNo = item.orderNum; item.unit = item.unitCode; item.standardValue = item.checkStandard; item.typeId = _this.queryParams.typeId; item.groupId = _this.groupId; item.materialCode = _this.materialCode; - + }); submitProjects(objs).then(response => { this.$modal.msgSuccess("提交成功");