Validation is not triggered by changes when iview formitem binds deep-seated arrays

1 data source formitem: {test: []}
2 Interface Code formitem binding test
3 when a change is added to the deep-seated test, verification is not triggered
4vue itself watch can monitor test data changes triggered by the splice method

May.14,2021

itself adopts the method of manually triggering validation by changing the watch array, but validating starts from the very beginning of assignment

.
Menu