task#15348,司机app参数
This commit is contained in:
@ -133,7 +133,6 @@ const routes = [
|
||||
component:()=>import('@/views/documentView/trainDocment.vue'),
|
||||
meta: {
|
||||
title:'培训文档',
|
||||
cache:true,
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -74,16 +74,6 @@ export default {
|
||||
supplierId:'',
|
||||
}
|
||||
},
|
||||
activated() {
|
||||
console.log("activatedactivatedactivated")
|
||||
|
||||
},
|
||||
created() {
|
||||
const urlParams = new URLSearchParams(window.location.search);
|
||||
this.supplierId = urlParams.get('supplierId');
|
||||
this.getTrainingList();
|
||||
console.log("createdcreatedcreated")
|
||||
},
|
||||
mounted() {
|
||||
console.log("mountedmounted")
|
||||
const urlParams = new URLSearchParams(window.location.search);
|
||||
|
@ -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() {
|
||||
|
Reference in New Issue
Block a user