mirror of
https://github.com/dataease/dataease.git
synced 2025-02-24 19:42:56 +08:00
Merge pull request #357 from dataease/pr@dev@fix_数据集预览翻页不显示数据;国际化
fix: 数据集翻页不显示数据;国际化
This commit is contained in:
commit
e1ce57c154
@ -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 {
|
|||||||
},
|
},
|
||||||
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 {
|
|||||||
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
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user