清理 log
This commit is contained in:
parent
684ce333d0
commit
9b41cb0df1
@ -351,7 +351,6 @@ export default {
|
|||||||
})
|
})
|
||||||
},
|
},
|
||||||
saveSettings() {
|
saveSettings() {
|
||||||
console.log(this.gameInfo)
|
|
||||||
return new Promise((resolve, reject) => {
|
return new Promise((resolve, reject) => {
|
||||||
request({
|
request({
|
||||||
url: '/games/settings/save_cfg',
|
url: '/games/settings/save_cfg',
|
||||||
|
@ -144,7 +144,6 @@ export default {
|
|||||||
} else {
|
} else {
|
||||||
this.isNew = false
|
this.isNew = false
|
||||||
this.modalForm = JSON.parse(JSON.stringify(data))
|
this.modalForm = JSON.parse(JSON.stringify(data))
|
||||||
console.log(this.modalForm)
|
|
||||||
}
|
}
|
||||||
this.modalVisible = true
|
this.modalVisible = true
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user