@dongkboy 1 주 전
부모
커밋
0fa801edea
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      pages/orders/orders1.vue

+ 3 - 1
pages/orders/orders1.vue

@@ -484,7 +484,9 @@
 
 
 		},
-		onLoad() {},
+		onLoad() {
+			this.getsubOrdersList();
+		},
 		onReachBottom() {
 			if (this.pageRequest.pages >= this.subtotalPages) {
 				this.substatus = 'nomore';