0👍
First, you should add some verification after executing the POST call. Here you just set the variable to the object.
Second, we don’t have the code that creates the data, only updates. My guess is that the object you create doesn’t contain a edited
property. To check for this property you may use Vue DevTools to have direct insight to what really is in your Vue variables.
- [Vuejs]-How can I select tags using multiple select in iview UI
- [Vuejs]-How to assign cell value depending on row and column header in vue js table
Source:stackexchange.com