wang-hao-jie
2022-01-05 ac5603d127ea37513055a2ef87d960902c3993b8
src/views/your/car-manage/carManage.vue
@@ -667,13 +667,13 @@
      this.getDataList();
    },
    getAllUser(){
      getDriver(this.type).then((res)=>{
      getDriver({type:0}).then((res)=>{
        if (res.success){
          this.userList=res.result;
        }
      });
      this.type.type=1;
      getDriver(this.type).then((res)=>{
      //this.type.type=1;
      getDriver({type:1}).then((res)=>{
        if (res.success){
          this.driverList=res.result;
        }