task#15348,测试生命周期

This commit is contained in:
2024-10-11 15:09:51 +08:00
parent a319a9d097
commit 85ecdceaf1

View File

@ -81,6 +81,7 @@ export default {
console.log("createdcreatedcreated")
},
mounted() {
console.log("mountedmounted")
const urlParams = new URLSearchParams(window.location.search);
this.supplierId = urlParams.get('supplierId');
this.getTrainingList();