车辆管理,司机管理bug修复
This commit is contained in:
@ -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:{
|
||||
|
Reference in New Issue
Block a user