pages/inspection/inspectionList.vue
@@ -112,6 +112,12 @@ onLoad() { this.getInspections() }, onPullDownRefresh() { this.getInspections() setTimeout(function () { uni.stopPullDownRefresh(); }, 1000); }, //onShow:function(){ // this.getInspections() //}, @@ -144,6 +150,7 @@ this.getInspections() }) }, } } </script>