fix : back up 页面没有数据之后显示空页面

This commit is contained in:
likexuan
2022-06-20 17:22:52 +08:00
parent dcf070fb7e
commit f5483c532e
4 changed files with 30 additions and 7 deletions

View File

@@ -88,11 +88,11 @@ export default {
}
],
tableData2: [
{
list: {
// {
// list: {
}
}
// }
// }
],
rightBoxshow: false,
isRefresh: ''
@@ -159,6 +159,8 @@ export default {
if (res.code === 200) {
if (res.data) {
this.tableData2 = res.data
} else {
this.tableData2 = []
}
}
})