Browse Source

report

master
pengjun 1 year ago
parent
commit
a0aa1d1f79
  1. 2
      src/components/report/BtnReport.vue

2
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)

Loading…
Cancel
Save