From ddd458cbc408b57353e908ec9b788a138e30042f Mon Sep 17 00:00:00 2001
From: odc.xiaohui <xiaohui@Q1>
Date: 星期三, 14 十二月 2022 18:18:21 +0800
Subject: [PATCH] 2022-12-14 肖辉  预警研判-- 列表数据展示

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

diff --git a/src/views/operate/disposal/casepool/pool/createUser/ill/index.vue b/src/views/operate/disposal/casepool/pool/createUser/ill/index.vue
index cc4d427..10a2eff 100644
--- a/src/views/operate/disposal/casepool/pool/createUser/ill/index.vue
+++ b/src/views/operate/disposal/casepool/pool/createUser/ill/index.vue
@@ -63,7 +63,7 @@
                         </el-form-item>
                     </div>
                     <!-- 韬唤璇佹鍙嶉潰鐓х墖 -->
-                    <el-form-item class="optionItems" label="韬唤璇佹鍙嶉潰鐓х墖:" prop="positive">
+                    <el-form-item class="optionItems" label="韬唤璇佹銆佸弽闈㈢収鐗�:" prop="positive">
                         <template>
                             <div class="idcard">
                                 <el-upload class="upload-demo" :show-file-list="false"
@@ -367,19 +367,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',
@@ -419,7 +415,6 @@
                 url: 'sccg/illegal_building/query/type_second'
             }).then(res => {
                 this.bigKindList = res.data;
-                // console.log(res);
             })
         },
         // 鑾峰彇token
@@ -432,16 +427,11 @@
         },
         handleSuccess(res, file, filelist) {
             const baseUrl = 'http://140.143.152.226:8410/';
-            // if(res.code === 500){
-            //     console.log('err');
-            //     return;
-            // }
             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;
         },
         // 鏌ヨ绀惧尯
@@ -451,7 +441,6 @@
                 url: 'sccg/dict/query_type?level=1&typeCode=' + '10'
             })
                 .then(res => {
-                    console.log(res);
                 })
         },
         // 鑾峰彇琛楅亾淇℃伅
@@ -470,15 +459,12 @@
         },
         // 琛楅亾鏇存敼
         handleStreet(id) {
-            console.log(id);
             this.ill.communityId = '';
-            // this.communityList = getcommunityList(1,'11')
             this.$axios({
                 method: 'get',
                 url: `sccg/sccg_region/getChildren/${id}`
             })
                 .then(res => {
-                    console.log(res.data)
                     this.communityList = res.data;
                 })
         },

--
Gitblit v1.8.0