shish il y a 2 mois
Parent
commit
1109985907
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  1. 3 1
      hdApp/src/pagesPurchase/mergeOrder.vue

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

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