src/components/do/b1-ins-order/fiberoptic-config.vue | ●●●●● 补丁 | 查看 | 原始文档 | 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 }) } } },