shish hace 2 meses
padre
commit
1109985907
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      hdApp/src/pagesPurchase/mergeOrder.vue

+ 3 - 1
hdApp/src/pagesPurchase/mergeOrder.vue

@@ -55,7 +55,9 @@ export default {
       uni.stopPullDownRefresh()
     })
   },
-  onLoad () {
+  onShow() {
+  },
+  onLoad(){
       this.mergeId = this.option.mergeId ? this.option.mergeId : 0
       this.salt = this.option.salt ? this.option.salt : ''
       this.getOrderList()