You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🐛Fixed an issue where the TableComponent component did not re-render after being added or edited.
🐛The addition and editing functions of the TableComponent component reset the form after canceling and closing. To avoid the problem of editing data left in the form when adding after editing.
🐛The validation result of the rendered form of the TableComponent component has been removed. Fix the problem that the form verification result is displayed repeatedly.
🐛Fixed the judgment of language under the new version of edge.
The onCancel event parameter passing adds keys, which is used when there may be a need to reset the form after executing the onCancel event.