车辆管理,司机管理bug修复

This commit is contained in:
2023-08-25 14:54:10 +08:00
parent b714ab2dca
commit c972af97dc
3 changed files with 26 additions and 11 deletions

View File

@ -73,6 +73,7 @@ export default {
mounted() {
const urlParams = new URLSearchParams(window.location.search);
this.supplierType = urlParams.get('supplierType');
this.$toast('页面supplierType'+this.supplierType)
this.getDriverList()
},
methods:{