task#15348,司机app参数

This commit is contained in:
2024-10-11 16:51:22 +08:00
parent dd440e81df
commit 2ad457c92a
3 changed files with 1 additions and 15 deletions

View File

@ -78,12 +78,9 @@ export default {
}
},
mounted() {
this.getList();
const urlParams = new URLSearchParams(window.location.search);
this.driverId = urlParams.get('driverId');
},
async activated() {
await this.getList()
this.getList();
},
methods:{
onRefresh() {