@dongkboy hace 1 semana
padre
commit
0fa801edea
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  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';