@dongkboy 1 tydzień temu
rodzic
commit
0fa801edea
1 zmienionych plików z 3 dodań i 1 usunięć
  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';