Update DataTableEditDemo.vue

pull/1664/head
Tuğçe Küçükoğlu 2021-10-12 17:05:52 +03:00
parent 25daf5fbbb
commit ebe6385ca2
1 changed files with 1 additions and 1 deletions

View File

@ -482,7 +482,7 @@ export default {
const onRowEditSave = (event) => {
let { newData, index } = event;
products2[index] = newData;
products2.value[index] = newData;
};
const getStatusLabel = (status) => {
switch(status) {