feat: refs #8387 refs#8387 change request
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
This commit is contained in:
parent
a5ea7ab104
commit
2cc04da76c
|
@ -154,18 +154,14 @@ function filter(value, update, filterOptions) {
|
|||
}
|
||||
|
||||
async function onSubmit() {
|
||||
try {
|
||||
if (!hasChanges.value) {
|
||||
return quasar.notify({
|
||||
type: 'negative',
|
||||
message: t('globals.noChanges'),
|
||||
});
|
||||
}
|
||||
isLoading.value = true;
|
||||
await saveChanges($props.saveFn ? formData.value : null);
|
||||
} catch (e) {
|
||||
throw e;
|
||||
if (!hasChanges.value) {
|
||||
return quasar.notify({
|
||||
type: 'negative',
|
||||
message: t('globals.noChanges'),
|
||||
});
|
||||
}
|
||||
isLoading.value = true;
|
||||
await saveChanges($props.saveFn ? formData.value : null);
|
||||
}
|
||||
|
||||
async function onSubmitAndGo() {
|
||||
|
|
Loading…
Reference in New Issue