Browse Source

修改带气

qinhouyu 1 year ago
parent
commit
3aa2040f54
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/views/zdsz/engineeringAirWall/index.vue

+ 4 - 0
src/views/zdsz/engineeringAirWall/index.vue

@@ -606,6 +606,10 @@ export default {
         this.form.zEngineeringNodeBo.zEngineeringInfoBo = {}
       }
       this.form.zEngineeringNodeBo.zEngineeringInfoBo.ironPipelineThickness = value[0].ironPipelineThickness
+      try {
+        this.form.zEngineeringNodeBo.zEngineeringInfoBoList = this.form.zEngineeringNodeBo.zEngineeringInfoBoList.filter(obj => value.map(o => o.id).includes(obj.id))
+      } catch (e) {
+      }
       UpdateEngineeAirWall(this.form).then(res => {
         this.$modal.msgSuccess("修改成功");