task#15348,测试生命周期
This commit is contained in:
@ -81,6 +81,7 @@ export default {
|
|||||||
console.log("createdcreatedcreated")
|
console.log("createdcreatedcreated")
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
|
console.log("mountedmounted")
|
||||||
const urlParams = new URLSearchParams(window.location.search);
|
const urlParams = new URLSearchParams(window.location.search);
|
||||||
this.supplierId = urlParams.get('supplierId');
|
this.supplierId = urlParams.get('supplierId');
|
||||||
this.getTrainingList();
|
this.getTrainingList();
|
||||||
|
Reference in New Issue
Block a user