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('加载失败'); }