qingyiay
2023-03-23 accaf01dabdf317e67b7f24c13c81c1023d51cd4
pages/customer-page/customer-my/customer-my.vue
@@ -147,7 +147,7 @@
      },
      // 获取车队列表
      getFleet() {
         this.$reqGet('getFleet', { customerId }).then(res => {
         this.$reqGet('getFleet').then(res => {
            this.fleetData = res.data;
            console.log('车队列表', res);
         });