task#15348,司机app参数
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user