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