Browse Source

feat:[模板管理][烦人的浓度计算]

lkf
luojie 3 months ago
parent
commit
781ed5ccac
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      src/views/business/comps/template/comps/sp/SWYPNBGZYZBB.vue

+ 5
- 0
src/views/business/comps/template/comps/sp/SWYPNBGZYZBB.vue View File

@ -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);
}
}
}

Loading…
Cancel
Save