From 426c8b34e6c0a6f97de69864c537cf5e0d7dbb08 Mon Sep 17 00:00:00 2001
From: odc.xiaohui <xiaohui@Q1>
Date: 星期四, 15 十二月 2022 18:13:34 +0800
Subject: [PATCH] 2022-12-15 趋势分析 地图位置 ,弹窗修改
---
src/views/operate/disposal/casepool/escalation/createUser/vio/index.vue | 5 -----
1 files changed, 0 insertions(+), 5 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 767ab4c..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);
})
},
// 鑾峰彇灏忕被鍒楄〃
@@ -326,7 +324,6 @@
url: 'sccg/violations/query/type_second'
})
.then(res => {
- console.log(res);
this.smallKindList = res.data;
})
},
@@ -337,7 +334,6 @@
url: 'sccg/violations/query/event_type'
})
.then(res => {
- console.log(res);
this.eventLevelList = res.data;
})
},
@@ -356,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