|
|
@ -385,7 +385,7 @@ export default { |
|
|
//实际目标溶液体积
|
|
|
//实际目标溶液体积
|
|
|
// item.actSolutionVolume = actVol
|
|
|
// item.actSolutionVolume = actVol
|
|
|
//实际目标溶液浓度
|
|
|
//实际目标溶液浓度
|
|
|
if(!isValueEmpty(actDiluentVolume) && !isValueEmpty(actStartSolutionVolume)){ |
|
|
|
|
|
|
|
|
if(isValueEmpty(actDiluentVolume) && isValueEmpty(actStartSolutionVolume)){ |
|
|
return false |
|
|
return false |
|
|
} |
|
|
} |
|
|
const actNd = ( |
|
|
const actNd = ( |
|
|
|