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
The load() function of the view is executed twice, load the table1 and the table2 in turn, the two table has different data structures and some error occurs
load(table1), then call update([]) ,error
old table and new table have at least one identical column, otherwise error, and the old values is not automatically cleared