From c761748876b5239a084e16b22f8d616897714175 Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期三, 07 十二月 2022 17:10:18 +0800
Subject: [PATCH] Merge branch 'master' of http://42.193.1.25:9521/r/sccg_ui

---
 src/views/operate/disposal/casepool/escalation/createUser/vio/index.vue |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/views/operate/disposal/casepool/escalation/createUser/vio/index.vue b/src/views/operate/disposal/casepool/escalation/createUser/vio/index.vue
index bb39826..568e128 100644
--- a/src/views/operate/disposal/casepool/escalation/createUser/vio/index.vue
+++ b/src/views/operate/disposal/casepool/escalation/createUser/vio/index.vue
@@ -299,7 +299,6 @@
     },
     created() {
         const { getBigKind, getEventLevel, getSmallKind } = this;
-        console.log(this.mytype);
         this.vio.category = this.mytype + 1;
         getBigKind();
         getSmallKind();
@@ -316,7 +315,6 @@
                 url: 'sccg/violations/query/type_first'
             }).then(res => {
                 this.bigKindList = res.data;
-                // console.log(res);
             })
         },
         // 鑾峰彇灏忕被鍒楄〃
@@ -354,7 +352,6 @@
             this.$refs.user.validate((valid) => {
                 if (valid) {
                     const { vio } = this;
-                    console.log(vio);
                     this.$axios({
                         method: 'post',
                         url: 'sccg/base-case/addition_violation',

--
Gitblit v1.8.0