shish 6 месяцев назад
Родитель
Сommit
131be23424
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      ghsApp/src/pagesPurchase/supplier.vue

+ 1 - 0
ghsApp/src/pagesPurchase/supplier.vue

@@ -135,6 +135,7 @@ export default {
   },
   mixins: [list],
   onPullDownRefresh() {
+    this.resetList()
     this.getGhsList().then(res => {
       uni.stopPullDownRefresh();
     })