This commit is contained in:
parent
7f4c807fcf
commit
cb0392b1b1
|
@ -307,7 +307,7 @@ const openEditTableCellDialog = () => {
|
|||
|
||||
const onEditCellDataSaved = async () => {
|
||||
rowsSelected.value = [];
|
||||
tableRef.value.reload();
|
||||
tableRef.value.reload({});
|
||||
};
|
||||
|
||||
const removeFuturePrice = async () => {
|
||||
|
@ -324,7 +324,6 @@ function confirmRemove(item, isFuture) {
|
|||
component: VnConfirm,
|
||||
componentProps: {
|
||||
title: t('globals.rowWillBeRemoved'),
|
||||
message: t('globals.confirmDeletion'),
|
||||
promise,
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue