fix html5 birthdate field on modal form OnTheFly

This commit is contained in:
2021-06-03 14:34:52 +02:00
parent 4d0cfbb396
commit 937be1af3a
3 changed files with 20 additions and 42 deletions

View File

@@ -137,8 +137,10 @@ export default {
} else if (this.type === 'thirdparty') {
this.$refs.castThirdparty.postData();
} else {
// saveAction() ==cast=to==> child.castByType() ==cast=to==> grand-child.postData()
this.$refs.castNew.castByType();
}
this.modal.showModal = false;
}
}
}