From f3b8ee4f39640bf2799d81ad0107a6a1e1e1421d Mon Sep 17 00:00:00 2001 From: zhanghua <314079846@qq.com> Date: 星期五, 25 十一月 2022 16:02:30 +0800 Subject: [PATCH] Merge branch 'master' of http://42.193.1.25:9521/r/sccg_ui --- src/views/operate/viewEvent/components/examine/index.vue | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/views/operate/viewEvent/components/examine/index.vue b/src/views/operate/viewEvent/components/examine/index.vue index 483743f..3ca352b 100644 --- a/src/views/operate/viewEvent/components/examine/index.vue +++ b/src/views/operate/viewEvent/components/examine/index.vue @@ -172,7 +172,6 @@ } }) .then(res => { - console.log(res); if (res.code === 200) { this.$message({ type: 'success', @@ -200,7 +199,6 @@ } }) .then(res => { - console.log(res); }) }, }, -- Gitblit v1.8.0