created quitado desde lado cliente

This commit is contained in:
Daniel Herrero 2017-11-30 09:37:13 +01:00
parent 1416cab07a
commit 83301070e7
1 changed files with 0 additions and 2 deletions

View File

@ -7,8 +7,6 @@ class ClientGreugeCreate {
this.greuge = {};
}
onSubmit() {
let created = new Date();
this.greuge.created = created.toISOString();
this.greuge.clientFk = this.$state.params.id;
this.$.watcher.submit().then(
() => {