pages/customer-page/freight-forwarder-details/freight-forwarder-details.vue
@@ -51,9 +51,6 @@ <script> export default { onLoad(params) { this.huoDaiId = params.huoDaiId; }, data() { return { huoDaiId: null @@ -67,7 +64,7 @@ this.getHuoDaiDetail(); }, getHuoDaiDetail() { this.$reqGet('getHuoDaiDetail', { huoDaiId: this.huoDaiId }).then(res => { this.$reqGet('getHuoDaiDetail').then(res => { console.log(res, '货代详情'); }); }