付延余
2023-03-22 82fa9121ff649bb681fc55e482fe405c5ce0d4d0
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);
         });