pageNum 확인 if문 추가.

main
jjh 10 months ago
parent 52b034bc11
commit 07b89eceb2

@ -1289,6 +1289,9 @@ class DatasetControl {
} }
download(type) { download(type) {
if (!this.query.pageNum)
this.query.pageNum = 1;
this.query.download = type || "xls"; this.query.download = type || "xls";
let query = toQuery(this.query); let query = toQuery(this.query);
this.query.download = null; this.query.download = null;

Loading…
Cancel
Save