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',