Browse Source

修改排序问题

chenrui 2 years ago
parent
commit
ead952f198
1 changed files with 2 additions and 1 deletions
  1. 2 1
      pages/vinAnalyse/fitProductlist.vue

+ 2 - 1
pages/vinAnalyse/fitProductlist.vue

@@ -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) {