fix: fixed buttons disabled when there are no changes
gitea/salix-front/pipeline/pr-master This commit is unstable
Details
gitea/salix-front/pipeline/pr-master This commit is unstable
Details
This commit is contained in:
parent
bbc03ddcad
commit
3783cdeed4
|
@ -180,7 +180,7 @@ function handleLocation(data, location) {
|
||||||
<FetchData @on-fetch="getData" auto-load url="ObservationTypes" />
|
<FetchData @on-fetch="getData" auto-load url="ObservationTypes" />
|
||||||
|
|
||||||
<FormModel
|
<FormModel
|
||||||
:observe-form-changes="false"
|
observe-form-changes
|
||||||
:url-update="urlUpdate"
|
:url-update="urlUpdate"
|
||||||
:url="`Addresses/${route.params.addressId}`"
|
:url="`Addresses/${route.params.addressId}`"
|
||||||
:save-fn="handleDialog"
|
:save-fn="handleDialog"
|
||||||
|
|
Loading…
Reference in New Issue