From a7d306cb0fe6482251f9d4acdc29674ffc13a032 Mon Sep 17 00:00:00 2001 From: Surpriseplus <845948745@qq.com> Date: 星期二, 18 四月 2023 12:10:07 +0800 Subject: [PATCH] 底图切换 --- src/views/datamanage/uploadmanage.vue | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/views/datamanage/uploadmanage.vue b/src/views/datamanage/uploadmanage.vue index c61aef4..38f9a90 100644 --- a/src/views/datamanage/uploadmanage.vue +++ b/src/views/datamanage/uploadmanage.vue @@ -911,17 +911,17 @@ if (this.active == "first") { this.listData = { pageIndex: 1, - pageSize: 100, + pageSize: 10, count: 0 } - this.showPageSize = [100, 200, 500, 1000] + this.showPageSize = [10, 50, 100, 200] } else { this.listData = { pageIndex: 1, pageSize: 10, count: 0 } - this.showPageSize = [10, 20, 50, 100] + this.showPageSize = [10, 50, 100, 200] } this.formInline.type = this.typeOption[0].value; @@ -978,6 +978,7 @@ async getTableData() { this.tableData = []; this.listData.count = 0; + this.listData.pageIndex = 1; if (this.active == "first") { this.listData.depcode = this.formInline.depid; -- Gitblit v1.9.3