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,7 +154,6 @@ function filter(value, update, filterOptions) {
|
||||||
}
|
}
|
||||||
|
|
||||||
async function onSubmit() {
|
async function onSubmit() {
|
||||||
try {
|
|
||||||
if (!hasChanges.value) {
|
if (!hasChanges.value) {
|
||||||
return quasar.notify({
|
return quasar.notify({
|
||||||
type: 'negative',
|
type: 'negative',
|
||||||
|
@ -163,9 +162,6 @@ async function onSubmit() {
|
||||||
}
|
}
|
||||||
isLoading.value = true;
|
isLoading.value = true;
|
||||||
await saveChanges($props.saveFn ? formData.value : null);
|
await saveChanges($props.saveFn ? formData.value : null);
|
||||||
} catch (e) {
|
|
||||||
throw e;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
async function onSubmitAndGo() {
|
async function onSubmitAndGo() {
|
||||||
|
|
Loading…
Reference in New Issue