Merge pull request #119 from dderbentsov/UC-54
[WIP] Настроил поля ввода документов, карточку создания события
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user