Update DataTableEditDemo.vue

pull/1664/head
mertsincan 2021-10-12 16:57:15 +03:00
parent bcc4bd52f5
commit 156bc50a90
1 changed files with 1 additions and 1 deletions

View File

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