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