lxp
2024-08-09 8477deac86338ed240a1eab08450609ee23d0446
	modified:   src/components/do/b1-ins-order/fiberoptic-config.vue
已修改1个文件
7 ■■■■ 文件已修改
src/components/do/b1-ins-order/fiberoptic-config.vue 7 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/do/b1-ins-order/fiberoptic-config.vue
@@ -527,7 +527,8 @@
            })
          })
          if(this.multiFiberList.length == 1) {
          // 选择的时候就将fiberList的值赋值给对应的fiberList
          if(this.multiFiberList.length > 0) {
            this.multiFiberList.forEach(item => {
            this.fibersList.forEach(a => {
              if(a.ident == item.ident){
@@ -535,10 +536,6 @@
              }
            })
          })
          }else if(this.multiFiberList.length > 1) {
            this.fibersList.forEach(item => {
              item.fiber = this.fiberList
            })
          }
        }
      },