From 7786675a8ec07595700857370d2219d776da8d7d Mon Sep 17 00:00:00 2001
From: 86134 <aa>
Date: 星期三, 15 十一月 2023 11:04:57 +0800
Subject: [PATCH] 11

---
 src/views/quality/rawMaterial/rawMaterial-form.vue |   16 ++--------------
 1 files changed, 2 insertions(+), 14 deletions(-)

diff --git a/src/views/quality/rawMaterial/rawMaterial-form.vue b/src/views/quality/rawMaterial/rawMaterial-form.vue
index 17494d7..296b671 100644
--- a/src/views/quality/rawMaterial/rawMaterial-form.vue
+++ b/src/views/quality/rawMaterial/rawMaterial-form.vue
@@ -164,11 +164,8 @@
                           :disabled="scope.row.deviceId == null ||  (dataForm.id!=null&&resultVal!=null)"
                           v-model="scope.row.testValueList[index]"
                           placeholder="璇疯緭鍏ユ垨閫夋嫨妫�娴嬪��" @change="updateTestValue(scope.row,scope.$index)">
-                            <!-- <el-option label="鏄�" value="鏄�"/>
-                            <el-option label="鍚�" value="鍚�"/> -->
-                            <el-option v-for="item in dataVal" :key="item.value" :label="(item.value === '1' ? '鏄�' : '鍚�')" :value="item.value"></el-option>
-
-
+                            <el-option label="鏄�" value="鏄�"/>
+                            <el-option label="鍚�" value="鍚�"/>
                           </el-select>
                         </el-tooltip>
                       </div>
@@ -283,13 +280,6 @@
     },
     data(){
         return{
-          dataVal: [{
-                label: '1',
-                value: '1'
-            }, {
-                label: '0',
-                value: '0'
-            }],
             userdata:[],
             currentRow:[],
             userlist:[],
@@ -598,7 +588,6 @@
 
                       if(obj.testValue){
                         arr = obj.testValue.split(",")
-                        console.log(arr);
                       }
 
                       let o = {
@@ -618,7 +607,6 @@
                       ele.children.push(o)
                     })
                     this.list.push(ele)
-                    console.log(this.list,111111111111);
                 }
             })
             this.conclusionTable = [{

--
Gitblit v1.9.3