DatasetControl.reload() 수정

master
mjkhan21 4 months ago
parent f8023f61db
commit b2717a0267

@ -1339,7 +1339,7 @@ class DatasetControl {
this._load(option);
} else {
let query = Object.assign({}, this.query);
this.query.fetchSize = this.dataset.length;
this.query.fetchSize = (query.pageNum || 1) * query.fetchSize;
this.query.pageNum = 1;
option.callback = () => {this.query = query;};
this._load(option);

Loading…
Cancel
Save