From b274738442b2214c018e9b55f96a226a33c18cbe Mon Sep 17 00:00:00 2001 From: shj <1790240199@qq.com> Date: 星期三, 06 四月 2022 16:56:43 +0800 Subject: [PATCH] Merge branch 'shf' of https://sinanoaq.cn:8888/r/ztqt into shf --- src/views/safetyproduction/new.vue | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/views/safetyproduction/new.vue b/src/views/safetyproduction/new.vue index 5173eec..bbf960a 100644 --- a/src/views/safetyproduction/new.vue +++ b/src/views/safetyproduction/new.vue @@ -233,6 +233,8 @@ safetySelfInspectionId: "", safetyInspectionItemId: "", } + arr[i].child[j].deductionList= arr[i].child[j].selfDeductionList + console.log(arr[i].child[j]) capB.safetySelfInspectionId=arr[i].child[j].safetySelfInspectionId capB.safetyInspectionItemId=arr[i].child[j].safetyInspectionItemId cser.push(capB) @@ -478,7 +480,7 @@ background-color: #034ea2; border: 1px solid #034ea2; } -/deep/ .el-table__expanded-cell{ +.box-right /deep/ .el-table__expanded-cell{ background-color: #fff !important; } </style> -- Gitblit v1.9.2