子公司不能添加司机

This commit is contained in:
2023-08-24 10:53:22 +08:00
parent a4ab5eb55c
commit bb73bd7847
8 changed files with 31 additions and 16 deletions

View File

@@ -85,6 +85,7 @@ export default {
})
// if(result.code === 200){
this.$toast('删除成功');
this.vehicleList=[]
await this.getVehicleList();
// }
},