pages/inspection/firstInspectionList.vue
@@ -96,6 +96,12 @@ onLoad() { this.getInspections() }, onPullDownRefresh() { this.getInspections() setTimeout(function () { uni.stopPullDownRefresh(); }, 1000); }, //onShow:function(){ // this.getInspections() //},