Fixed claim basicData back error
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
ac5d5ddf41
commit
a521ad4262
|
@ -1,8 +1,9 @@
|
||||||
|
<mg-ajax path="Claims/updateClaim/{{patch.params.id}}" options="vnPatch"></mg-ajax>
|
||||||
<vn-watcher
|
<vn-watcher
|
||||||
vn-id="watcher"
|
vn-id="watcher"
|
||||||
url="Claims/updateClaim"
|
|
||||||
data="$ctrl.claim"
|
data="$ctrl.claim"
|
||||||
form="form">
|
form="form"
|
||||||
|
save="patch">
|
||||||
</vn-watcher>
|
</vn-watcher>
|
||||||
<vn-crud-model
|
<vn-crud-model
|
||||||
auto-load="true"
|
auto-load="true"
|
||||||
|
|
Loading…
Reference in New Issue