|
@@ -136,7 +136,7 @@ var orderPage = new Vue({
|
|
toPagination: function (pageNum) {//点击切换分页
|
|
toPagination: function (pageNum) {//点击切换分页
|
|
if (pageNum <= this.pageTotal) {
|
|
if (pageNum <= this.pageTotal) {
|
|
this.listQuery.pageNum = pageNum;
|
|
this.listQuery.pageNum = pageNum;
|
|
- this.GetQueryOrderListData();
|
|
|
|
|
|
+ this.GetQueryBeansListData();
|
|
}
|
|
}
|
|
},
|
|
},
|
|
checkNum: function () {//输入跳转分页
|
|
checkNum: function () {//输入跳转分页
|