Item tax #337

Merged
jsegarra merged 9 commits from :feature/ItemTax into dev 2024-05-02 12:23:54 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 4be559bbe8 - Show all commits

View File

@ -131,6 +131,7 @@ async function saveChanges(data) {
if ($props.saveFn) {
$props.saveFn(data, getChanges);
isLoading.value = false;
hasChanges.value = false;
Review

Falt añadir el hasChanges

Falt añadir el hasChanges
Review

Corregido: 4be559bbe8

Corregido: https://gitea.verdnatura.es/verdnatura/salix-front/commit/4be559bbe8ce672f2348b86407a2ba32624404f7
return;
}
const changes = data || getChanges();