消除console
This commit is contained in:
@@ -56,9 +56,8 @@ export default {
|
||||
areaId: this.areaId,
|
||||
}
|
||||
}).then(res => {
|
||||
if (res.code == 0) {
|
||||
if (res?.data) {
|
||||
this.list = res.data
|
||||
console.log(res.data);
|
||||
}
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user