@@ -183,9 +183,10 @@ export default {
this.reset();
},
handelSort() {
+ this.pageNo = 1;
var ajaxData = {
shelfSn: this.shelfSn,
- pageNo: this.pageNo,
+ pageNo: 1,
pageSize: this.pageSize
};
if (this.keyword) {