shish 3 лет назад
Родитель
Сommit
3508a0cc3b
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      ghsApp/src/pagesPurchase/supplier.vue

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

@@ -88,7 +88,8 @@ export default {
     }
   },
 	onShow(){
-		uni.removeStorageSync('newGhs');
+		uni.removeStorageSync('newGhs')
+		this.getGHSList('')
 	},
   onPullDownRefresh() {
     this.getGHSList().then(res => {