消除console

This commit is contained in:
aixianling
2022-03-07 11:09:48 +08:00
parent 6c7f59bd8d
commit 4dad6025e3

View File

@@ -56,9 +56,8 @@ export default {
areaId: this.areaId, areaId: this.areaId,
} }
}).then(res => { }).then(res => {
if (res.code == 0) { if (res?.data) {
this.list = res.data this.list = res.data
console.log(res.data);
} }
}) })
}, },