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