提交 5ffe5d98 authored 作者: junjie's avatar junjie

feat(frontend):数据集fix

上级 8dc219bb
...@@ -108,6 +108,14 @@ export default { ...@@ -108,6 +108,14 @@ export default {
this.fields = response.data.fields this.fields = response.data.fields
this.data = response.data.data this.data = response.data.data
this.page = response.data.page this.page = response.data.page
}).catch(response => {
this.fields = []
this.data = []
this.page = {
page: 1,
pageSize: 100,
show: 0
}
}) })
} }
}, },
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论