删除 log
This commit is contained in:
parent
1e39441dac
commit
e74ceb5f32
@ -179,8 +179,6 @@ export default {
|
||||
const { data } = res
|
||||
if (data.errcode === 0) {
|
||||
this.reportData = data.result
|
||||
|
||||
console.log(data)
|
||||
}
|
||||
})
|
||||
.catch(err => {
|
||||
|
@ -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 => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user