qingyiay
2023-04-21 1fdf41cc692eb7b208fe647259d4295164280a41
pages/driver-page/driver-index/bill-of-lading-details/coal-pick-up-bill/coal-pick-up-bill.vue
@@ -43,7 +43,7 @@
         this.$reqGet('getTakeCoal', { takeCoalId: this.orderPlanId }).then(res => {
            console.log('获取提煤单详情', res);
            if (res.code == 0) {
               this.coalData = res.data[0];
               this.coalData = res.data;
            } else {
               this.$u.toast('加载失败');
            }