Merge pull request #119 from dderbentsov/UC-54

[WIP] Настроил поля ввода документов, карточку создания события
This commit is contained in:
frontgavrilin
2022-11-09 19:31:45 +03:00
committed by GitHub
6 changed files with 48 additions and 15 deletions

View File

@@ -90,6 +90,7 @@ export default {
sectionInfo: Object,
section: String,
deleteDoc: Function,
updateDocument: Function,
},
data() {
return {
@@ -118,6 +119,7 @@ export default {
saveChange() {
this.isOpenChange = false;
this.isChange = false;
this.updateDocument();
},
openAddingWrap() {
if (!this.isChange) {