Browse Source

修改排序问题

chenrui 2 năm trước cách đây
mục cha
commit
ead952f198
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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) {