付延余
2023-03-17 5b36142869f824399ab1ad1f0eaaea8ecf0ca83d
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, '货代详情');
         });
      }