Vue forces an update to the $forceUpdate() method
Add this $forceUpdate (); Force rendering, effect implementation. Because there are too many data layers, the render function does not automatically update and needs to be manually forced to refresh.
Calling the forceUpdate method this.$forceUpdate() updates the view and data, triggering the updated life cycle.
I had a problem with the page not refreshing the changed value in time when using multiple layers of for loop nesting