diff --git a/src/components/report/BtnReport.vue b/src/components/report/BtnReport.vue index c36b3e9..209f980 100644 --- a/src/components/report/BtnReport.vue +++ b/src/components/report/BtnReport.vue @@ -148,7 +148,7 @@ export default { this.$message.warning({ showClose: true, message: JSON.parse(res).message }); }else{ // 上传成功 ,更新上传传状态 - + console.log('btnUpReport success',JSON.parse(res)) } } catch (error) { console.log('error',error)