Trigger not work on onMounted in Component

Hi guys,

I have a Calendar Component


when onchange, it console.log(event)

inside, when click date, I execute the trigger onChange and it work

but when onMounted, I want execute the trigger onChange with initial Date incase not null too


but the trigger outside dont run, although the trigger event still run

Is any where missing or it can execute the trigger inside a workflow?