From 66fd0ac494e1b54103456d86031ed9d77d7c7480 Mon Sep 17 00:00:00 2001 From: value <z1292839451@163.com> Date: 星期三, 19 六月 2024 13:50:11 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- src/components/do/b1-ins-order/fiberoptic-config.vue | 30 +++++++++++++++--------------- 1 files changed, 15 insertions(+), 15 deletions(-) diff --git a/src/components/do/b1-ins-order/fiberoptic-config.vue b/src/components/do/b1-ins-order/fiberoptic-config.vue index 1377575..11e71cd 100644 --- a/src/components/do/b1-ins-order/fiberoptic-config.vue +++ b/src/components/do/b1-ins-order/fiberoptic-config.vue @@ -765,12 +765,12 @@ this.bsm2 = false } } - if (p.ask.includes('RTS')&&p.state === 1) { - p.rts = '' - this.bsm3Val = '' - this.bsm3Dia = true - this.bsmRow3.push(p) - } + // if (p.ask.includes('RTS')&&p.state === 1) { + // p.rts = '' + // this.bsm3Val = '' + // this.bsm3Dia = true + // this.bsmRow3.push(p) + // } }) if (e.length > 0) { @@ -842,15 +842,15 @@ }else{ this.bsm1Dia = false } - if (row.ask.includes('RTS')&&row.state === 1) { - this.bsmRow3 = null; - row.rts = '' - this.bsm3Val = '' - this.bsm3Dia = true - this.bsmRow3 = row - }else{ - this.bsm3Dia = false - } + // if (row.ask.includes('RTS')&&row.state === 1) { + // this.bsmRow3 = null; + // row.rts = '' + // this.bsm3Val = '' + // this.bsm3Dia = true + // this.bsmRow3 = row + // }else{ + // this.bsm3Dia = false + // } }, computationalPairing(n){ const nums = []; -- Gitblit v1.9.3