From 1e07cfd8ac6c3e31e94c0ea98dcff61db51e49d1 Mon Sep 17 00:00:00 2001
From: wl <173@qq.com>
Date: 星期一, 09 一月 2023 16:54:39 +0800
Subject: [PATCH] fix: 单选框展示

---
 src/views/operate/disposal/casepool/escalation/createUser/ill/index.vue |   23 ++++++++---------------
 1 files changed, 8 insertions(+), 15 deletions(-)

diff --git a/src/views/operate/disposal/casepool/escalation/createUser/ill/index.vue b/src/views/operate/disposal/casepool/escalation/createUser/ill/index.vue
index 7cc5f93..47c7fd9 100644
--- a/src/views/operate/disposal/casepool/escalation/createUser/ill/index.vue
+++ b/src/views/operate/disposal/casepool/escalation/createUser/ill/index.vue
@@ -338,19 +338,15 @@
     methods: {
         handleUser() {
             const that = this;
-            // console.log(this.$refs);
             this.$refs.user.validate((valid) => {
-                console.log(valid)
                 if (valid) {
                     that.$refs.condition.validate((flag) => {
-                        console.log(flag);
                         if (flag) {
                             const { ill } = this;
                             ill.buildingLength = parseFloat(ill.buildingLength);
                             ill.buildingHigh = parseFloat(ill.buildingHigh);
                             ill.buildingWidth = parseFloat(ill.buildingWidth);
                             ill.buildingArea = parseFloat(ill.buildingArea);
-                            console.log(ill);
                             that.$axios({
                                 method: 'post',
                                 url: 'sccg/base-case/addition_illegal_building',
@@ -389,7 +385,6 @@
                 url: 'sccg/illegal_building/query/type_second'
             }).then(res => {
                 this.bigKindList = res.data;
-                // console.log(res);
             })
         },
         // 鑾峰彇琛屾斂鍖哄煙
@@ -403,13 +398,11 @@
         },
         handleSuccess(res, file, filelist) {
             const baseUrl = 'http://140.143.152.226:8410/';
-            console.log(res);
             this.ill.positive = baseUrl + res.data.url1;
 
         },
         handleSuccess2(res, file, filelist) {
             const baseUrl = 'http://140.143.152.226:8410/';
-            console.log(res);
             this.ill.negative = baseUrl + res.data.url1;
         }
     },
@@ -441,15 +434,15 @@
 
         .input-form {
 
-            &::v-deep .el-input__inner {
-                background-color: #09152f;
-                border: 1px solid #17324c;
-            }
+            // &::v-deep .el-input__inner {
+            //     background-color: #09152f;
+            //     border: 1px solid #17324c;
+            // }
 
-            &::v-deep .el-textarea__inner {
-                background-color: #09152f;
-                border: 1px solid #17324c;
-            }
+            // &::v-deep .el-textarea__inner {
+            //     background-color: #09152f;
+            //     border: 1px solid #17324c;
+            // }
 
             .upload-demo {
                 position: relative;

--
Gitblit v1.8.0