mirror of
https://github.com/dataease/dataease.git
synced 2025-02-24 11:32:57 +08:00
fix: 数据集翻页不显示数据;国际化
This commit is contained in:
parent
9fb8c031ed
commit
50c8def3ab
@ -592,7 +592,7 @@ export default {
|
||||
create_view: 'Create Chart',
|
||||
data_preview: 'Data preview',
|
||||
dimension: 'Dimension',
|
||||
quota: 'Index',
|
||||
quota: 'Quota',
|
||||
title: 'Title',
|
||||
show: 'Show',
|
||||
chart_type: 'Chart Type',
|
||||
|
@ -117,6 +117,7 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
initTable(id) {
|
||||
this.resetPage()
|
||||
this.tableViewRowForm.row = 1000
|
||||
if (id !== null) {
|
||||
this.fields = []
|
||||
@ -198,6 +199,14 @@ export default {
|
||||
msg2Current(sourceParam) {
|
||||
this.tabActive = 'updateInfo'
|
||||
this.table.msgTaskId = sourceParam.taskId
|
||||
},
|
||||
|
||||
resetPage() {
|
||||
this.page = {
|
||||
page: 1,
|
||||
pageSize: 100,
|
||||
show: 1000
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user