yangan
2024-11-07 8d80e8c9a3feb6c7e4c3d5dd9aa18f74885d1435
pages/tabbar-page/index-tabbar/index-tabbar.vue
@@ -356,9 +356,9 @@
            });
         },
       getDetailData(){
               this.$reqGet('getTaskCoalListByBunkerId', { bunkerIds:uni.getStorageSync('bunkerIds')}).then(res => {
               this.$reqGet('getTaskCoalListByBunkerId', { bunkerIds:uni.getStorageSync('bunkerIds'),productIds:uni.getStorageSync('productIds')}).then(res => {
               if (res.code === 0) {
                  this.detailData = res.data.map(item=>{
                  this.detailData = res.data.map(item=>{
                     item.tmTaskCoalList.map(el=>{
                      el.flag = el.isPretendDischar ? false : true
                     return el