819527061@qq.com
2024-08-08 9f9ad7a1b47850b059bea1679d7bde867455b80b
pages/tabbar-page/index-tabbar/index-tabbar.vue
@@ -281,9 +281,8 @@
                  console.log('LoadUnloadRef');
                  this.$nextTick(() => {
                     console.log(this.count,'count')
                     if(this.count <=1){
                        this.$refs.LoadUnloadRef.init();
                     }
                  });
                  break;
          case 7:
@@ -357,7 +356,7 @@
            });
         },
       getDetailData(){
               this.$reqGet('getTaskCoalListByBunkerId', { bunkerId:uni.getStorageSync('bunkerId')}).then(res => {
               this.$reqGet('getTaskCoalListByBunkerId', { bunkerIds:uni.getStorageSync('bunkerIds')}).then(res => {
               if (res.code === 0) {
                  this.detailData = res.data.map(item=>{
                     item.tmTaskCoalList.map(el=>{