feat: 更新 eslint 后,修复新检查出的错误

This commit is contained in:
FairyEver
2020-05-08 09:44:14 +08:00
parent ef9ab5545f
commit f4a10ed3c3
58 changed files with 417 additions and 417 deletions

View File

@@ -88,7 +88,7 @@ export default {
async created () {
const data = await this.pageGet({ instance: this })
for (const key in data) {
if (data.hasOwnProperty(key)) this[key] = data[key]
this[key] = data[key]
}
},
watch: {

View File

@@ -88,7 +88,7 @@ export default {
async created () {
const data = await this.pageGet({ instance: this, user: true })
for (const key in data) {
if (data.hasOwnProperty(key)) this[key] = data[key]
this[key] = data[key]
}
},
watch: {