LXT-NJ\Admin 1 年之前
父節點
當前提交
d3d393f88e
共有 1 個文件被更改,包括 1 次插入1 次删除
  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',