diff --git a/src/views/business/comps/template/comps/sp/SWYPNBGZYZBB.vue b/src/views/business/comps/template/comps/sp/SWYPNBGZYZBB.vue index 0f80726..58fe15f 100644 --- a/src/views/business/comps/template/comps/sp/SWYPNBGZYZBB.vue +++ b/src/views/business/comps/template/comps/sp/SWYPNBGZYZBB.vue @@ -239,6 +239,11 @@ export default { if(targetAcSolution){ this.updateSjmbrynd(item,targetAcSolution); } + }else if(type === "paralle"){ + const targetAcSolution = item.actStartSolutionConcentration || 0;//获取实际起始溶液浓度 + if(targetAcSolution){ + this.updateSjmbrynd(item,targetAcSolution); + } } }