|
|
@ -239,6 +239,11 @@ export default { |
|
|
if(targetAcSolution){ |
|
|
if(targetAcSolution){ |
|
|
this.updateSjmbrynd(item,targetAcSolution); |
|
|
this.updateSjmbrynd(item,targetAcSolution); |
|
|
} |
|
|
} |
|
|
|
|
|
}else if(type === "paralle"){ |
|
|
|
|
|
const targetAcSolution = item.actStartSolutionConcentration || 0;//获取实际起始溶液浓度 |
|
|
|
|
|
if(targetAcSolution){ |
|
|
|
|
|
this.updateSjmbrynd(item,targetAcSolution); |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
|