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; }