sjz
2025-02-19 9790ff7ecc198ae3bbf10d5e3707a95d60ddab69
pages/inspection/firstInspectionList.vue
@@ -110,13 +110,9 @@
            uni.stopPullDownRefresh();
         }, 1000);
      },
      //onShow:function(){
      //   this.getInspections()
      //},
      methods: {
         getInspections() {
            getFirstInspectionList().then(res => {
               console.log(res)
               if(!res.result) {
                  this.$refs.uToast.show({
                     message: res.msg,