From 07b89eceb24007eea8595c557ca5b468d50f79b7 Mon Sep 17 00:00:00 2001 From: jjh Date: Thu, 18 Jan 2024 16:02:22 +0900 Subject: [PATCH] =?UTF-8?q?pageNum=20=ED=99=95=EC=9D=B8=20if=EB=AC=B8=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/resources/js/base/dataset.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/webapp/resources/js/base/dataset.js b/src/main/webapp/resources/js/base/dataset.js index 47479e34..12a81872 100644 --- a/src/main/webapp/resources/js/base/dataset.js +++ b/src/main/webapp/resources/js/base/dataset.js @@ -1289,6 +1289,9 @@ class DatasetControl { } download(type) { + if (!this.query.pageNum) + this.query.pageNum = 1; + this.query.download = type || "xls"; let query = toQuery(this.query); this.query.download = null;