Vue child component paging triggers the beforeRouteUpdate of the parent component

I have a very strange problem

[picture]

the paging result of clicking on the child component in the pop-up window triggers the beforeRouteUpdate of the parent component.
clipboard.png

Click on the paging result that the following table is in the paging.
debugging found that the upper beforeRouteUpdate was triggered, while the beforeRouteUpdate of the pop-up component itself was not triggered for execution at all.

Apr.05,2021

I later changed my way of thinking. The paging component passed the paging parameters to the upper layer through an event callback subcomponent through $emit, which solved the problem.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3e470-2bb79.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3e470-2bb79.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?