@ -1326,7 +1326,7 @@ class DatasetControl {
if (!all) {
this._load(state, prev);
} else {
let query = Object.assign(this.query, {}),
let query = Object.assign({}, this.query),
state = this.dataset.state;
this.query.fetchSize = this.dataset.length;
this.query.pageNum = 1;