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