1
展杰
2023-12-09 943fc558a942ce0d83748cc55f4ddd2bcb4ba02d
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>