🎉 优化代码生成模板

This commit is contained in:
smallchill 2020-04-24 17:52:15 +08:00
parent 3e974afe30
commit ce89393342

View File

@ -171,9 +171,11 @@
this.query = {};
this.onLoad(this.page);
},
searchChange(params) {
searchChange(params, done) {
this.query = params;
this.page.currentPage = 1;
this.onLoad(this.page, params);
done();
},
selectionChange(list) {
this.selectionList = list;