Browse Source

采购列表

shish 6 months ago
parent
commit
131be23424
1 changed files with 1 additions and 0 deletions
  1. 1 0
      ghsApp/src/pagesPurchase/supplier.vue

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

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