From cffd9bb9522e1a0b02db5934a98f297013e10424 Mon Sep 17 00:00:00 2001 From: junjie Date: Fri, 2 Apr 2021 11:39:24 +0800 Subject: [PATCH] feat(frontend):fix --- frontend/src/views/dataset/common/DatasetTableData.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/views/dataset/common/DatasetTableData.vue b/frontend/src/views/dataset/common/DatasetTableData.vue index 08df7bf707..ae8010ad0f 100644 --- a/frontend/src/views/dataset/common/DatasetTableData.vue +++ b/frontend/src/views/dataset/common/DatasetTableData.vue @@ -57,6 +57,7 @@ export default { initData() { this.resetData() if (this.table.id) { + this.table.row = 10 post('/dataset/table/getPreviewData', this.table).then(response => { this.fields = response.data.fields this.data = response.data.data