This commit is contained in:
shijingjing
2022-05-06 10:18:12 +08:00
parent e603f704cd
commit 5119c8d3fd
3 changed files with 1 additions and 5 deletions

View File

@@ -67,7 +67,7 @@ export default {
},
})
.then((res) => {
if (res.code == 0) {
if (res?.data) {
this.list = res.data.records
}
})