From dd929871969c4275eeb3246d7c5c0d6f35060b10 Mon Sep 17 00:00:00 2001
From: licp <lichunping@guanfang.com.cn>
Date: 星期二, 31 十二月 2024 14:52:47 +0800
Subject: [PATCH] 接口文件冲突
---
src/components/do/b1-inspect-order-plan/circuit-parameters3.vue | 26 ++++----------------------
1 files changed, 4 insertions(+), 22 deletions(-)
diff --git a/src/components/do/b1-inspect-order-plan/circuit-parameters3.vue b/src/components/do/b1-inspect-order-plan/circuit-parameters3.vue
index f43b135..148ecfc 100644
--- a/src/components/do/b1-inspect-order-plan/circuit-parameters3.vue
+++ b/src/components/do/b1-inspect-order-plan/circuit-parameters3.vue
@@ -269,15 +269,6 @@
{
value:'1',
},
- {
- value:'2',
- },
- {
- value:'3',
- },
- {
- value:'4',
- },
],
projectList:[
{
@@ -399,12 +390,12 @@
if(item.insProductResult2.length>0&&item.insProductResult2.length<bandList.length){
let obj0 = item.insProductResult2.find(n=>m.frequency==n.frequency)
if(!obj0){
- let port = '1,2,3,4'
+ let port = '1'
let value = JSON.parse(m.value)
let value0 = []
value.forEach(n=>{
if(!item.inspectionItemSubclass.includes('鑰﹀悎搴�')){
- value0.push(['','','',''])
+ value0.push([''])
}else{
value0.push([''])
}
@@ -415,12 +406,12 @@
}
}else{
// 濡傛灉涓�鏉℃暟鎹兘娌℃湁锛屽垯琛ュ叏鏁版嵁
- let port = '1,2,3,4'
+ let port = '1'
let value = JSON.parse(m.value)
let value0 = []
value.forEach(n=>{
if(!item.inspectionItemSubclass.includes('鑰﹀悎搴�')){
- value0.push(['','','',''])
+ value0.push([''])
}else{
value0.push([''])
}
@@ -504,15 +495,6 @@
this.portList = [
{
value:'1',
- },
- {
- value:'2',
- },
- {
- value:'3',
- },
- {
- value:'4',
},
]
item.portList = JSON.parse(JSON.stringify(this.portList))
--
Gitblit v1.9.3