From 254f5863bed7474f258e6829cc0a2a4f94989e1c Mon Sep 17 00:00:00 2001
From: licp <lichunping@guanfang.com.cn>
Date: 星期三, 26 六月 2024 11:06:07 +0800
Subject: [PATCH] 修改/bug
---
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