created quitado desde lado cliente
This commit is contained in:
parent
1416cab07a
commit
83301070e7
|
@ -7,8 +7,6 @@ class ClientGreugeCreate {
|
||||||
this.greuge = {};
|
this.greuge = {};
|
||||||
}
|
}
|
||||||
onSubmit() {
|
onSubmit() {
|
||||||
let created = new Date();
|
|
||||||
this.greuge.created = created.toISOString();
|
|
||||||
this.greuge.clientFk = this.$state.params.id;
|
this.greuge.clientFk = this.$state.params.id;
|
||||||
this.$.watcher.submit().then(
|
this.$.watcher.submit().then(
|
||||||
() => {
|
() => {
|
||||||
|
|
Loading…
Reference in New Issue