|
@@ -170,6 +170,7 @@
|
|
|
this.onLoad(this.page);
|
|
this.onLoad(this.page);
|
|
|
},
|
|
},
|
|
|
searchChange(params, done) {
|
|
searchChange(params, done) {
|
|
|
|
|
+ debugger
|
|
|
this.query = params;
|
|
this.query = params;
|
|
|
this.page.currentPage = 1;
|
|
this.page.currentPage = 1;
|
|
|
this.onLoad(this.page, params);
|
|
this.onLoad(this.page, params);
|
|
@@ -222,7 +223,7 @@
|
|
|
this.onLoad(this.page, this.query);
|
|
this.onLoad(this.page, this.query);
|
|
|
},
|
|
},
|
|
|
onLoad(page, params = {}) {
|
|
onLoad(page, params = {}) {
|
|
|
- const {releaseTimeRange} = this.query;
|
|
|
|
|
|
|
+ const releaseTimeRange = this.query;
|
|
|
let values = {
|
|
let values = {
|
|
|
...params,
|
|
...params,
|
|
|
};
|
|
};
|