qingyiay
2023-04-19 3fd84886a15713ece1ba34954f49fd1e075ef7be
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('加载失败');
            }