删除 log

This commit is contained in:
yulixing 2019-07-31 16:05:23 +08:00
parent 1e39441dac
commit e74ceb5f32
2 changed files with 0 additions and 3 deletions

View File

@ -179,8 +179,6 @@ export default {
const { data } = res
if (data.errcode === 0) {
this.reportData = data.result
console.log(data)
}
})
.catch(err => {

View File

@ -416,7 +416,6 @@ export default {
})
return
}
console.log(data.records)
this.settingsForm.settings = data.records
this.selectedSettings = data.records
this.settingKeys = data.records.map(item => {