chore: duplicate isLoading.value = false;
gitea/salix-front/pipeline/pr-master Build queued...
Details
gitea/salix-front/pipeline/pr-master Build queued...
Details
This commit is contained in:
parent
d364e30cf0
commit
f1fc5edac3
|
@ -183,7 +183,6 @@ async function saveChanges(data) {
|
||||||
if (changes.creates?.length) await vnPaginateRef.value.fetch();
|
if (changes.creates?.length) await vnPaginateRef.value.fetch();
|
||||||
|
|
||||||
hasChanges.value = false;
|
hasChanges.value = false;
|
||||||
isLoading.value = false;
|
|
||||||
emit('saveChanges', data);
|
emit('saveChanges', data);
|
||||||
quasar.notify({
|
quasar.notify({
|
||||||
type: 'positive',
|
type: 'positive',
|
||||||
|
|
Loading…
Reference in New Issue