LXT-NJ\Admin 1 năm trước cách đây
mục cha
commit
d3d393f88e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      pages/dingdan/index.vue

+ 1 - 1
pages/dingdan/index.vue

@@ -78,10 +78,10 @@ export default {
 		},
 		// 获取订单列表
 		getOrderList(index){
-			let that=this;
 			this.page=1;
 			this.pagesize=5;
 			this.isBottom=false;
+			let that=this;
 			myRequest({
 				url:'/api/Order/orderList',
 				method:'post',