From 781ed5ccac152457f6ea894620e30ecced2853ec Mon Sep 17 00:00:00 2001 From: luojie <125330818@qq.com> Date: Sun, 18 Jan 2026 18:20:57 +0800 Subject: [PATCH] =?UTF-8?q?feat:[=E6=A8=A1=E6=9D=BF=E7=AE=A1=E7=90=86][?= =?UTF-8?q?=E7=83=A6=E4=BA=BA=E7=9A=84=E6=B5=93=E5=BA=A6=E8=AE=A1=E7=AE=97?= =?UTF-8?q?]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/business/comps/template/comps/sp/SWYPNBGZYZBB.vue | 5 +++++ 1 file changed, 5 insertions(+) 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); + } } }