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