diff --git a/src/views/quality/checkTypeProject/index.vue b/src/views/quality/checkTypeProject/index.vue index 3db50c2..b88ad8e 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("提交成功");