This commit is contained in:
yanran200730
2023-06-09 14:40:47 +08:00
parent c18511ac01
commit b89581c900

View File

@@ -150,7 +150,7 @@
}
}).then(res => {
if (res.code === 0) {
this.info = res.data
this.info = res.data || {}
this.getList()
}