提交 50c8def3 authored 作者: junjie's avatar junjie

fix: 数据集翻页不显示数据;国际化

上级 9fb8c031
...@@ -592,7 +592,7 @@ export default { ...@@ -592,7 +592,7 @@ export default {
create_view: 'Create Chart', create_view: 'Create Chart',
data_preview: 'Data preview', data_preview: 'Data preview',
dimension: 'Dimension', dimension: 'Dimension',
quota: 'Index', quota: 'Quota',
title: 'Title', title: 'Title',
show: 'Show', show: 'Show',
chart_type: 'Chart Type', chart_type: 'Chart Type',
......
...@@ -117,6 +117,7 @@ export default { ...@@ -117,6 +117,7 @@ export default {
}, },
methods: { methods: {
initTable(id) { initTable(id) {
this.resetPage()
this.tableViewRowForm.row = 1000 this.tableViewRowForm.row = 1000
if (id !== null) { if (id !== null) {
this.fields = [] this.fields = []
...@@ -198,6 +199,14 @@ export default { ...@@ -198,6 +199,14 @@ export default {
msg2Current(sourceParam) { msg2Current(sourceParam) {
this.tabActive = 'updateInfo' this.tabActive = 'updateInfo'
this.table.msgTaskId = sourceParam.taskId this.table.msgTaskId = sourceParam.taskId
},
resetPage() {
this.page = {
page: 1,
pageSize: 100,
show: 1000
}
} }
} }
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论