Item tax #337
Labels
No Milestone
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix-front#337
Loading…
Reference in New Issue
No description provided.
Delete Branch ":feature/ItemTax"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
feature/ItemTaxto Item tax@ -132,0 +131,4 @@
if ($props.saveFn) {
$props.saveFn(data, getChanges);
isLoading.value = false;
hasChanges.value = false;
Falt añadir el hasChanges
Corregido:
4be559bbe8
@ -2,0 +46,4 @@
};
onMounted(async () => {
if (ItemTaxRef.value) ItemTaxRef.value.reload();
Estoy es raro no?
PArece que...no es la unica .
Si buscas ".value.reload();"...hay unos 9 resultados. Voy a ver....
Mmm...parece que, en este caso no se puso el auto-load, y por tanto hace falta el reload
Corregido @alexm
New commits pushed, approval review dismissed automatically according to repository settings
New commits pushed, approval review dismissed automatically according to repository settings
New commits pushed, approval review dismissed automatically according to repository settings