WIP Настроила очистку в форме создания приема

This commit is contained in:
Daria Golova
2023-03-20 18:04:57 +03:00
parent 6bfda2e2a7
commit 6c1e4835c2
5 changed files with 32 additions and 39 deletions

View File

@@ -40,7 +40,7 @@ export default {
name: "CalendarEventCard",
components: { CalendarEventDescriptionCard },
props: {
changeFormWasClosed: Boolean,
//changeFormWasClosed: Boolean,
ownerEvent: Object,
eventStatuses: {
type: Array,
@@ -244,7 +244,7 @@ export default {
this.setDefaultTheme();
},
},
watch: {
/*watch: {
changeFormWasClosed: {
immediate: true,
handler(newValue) {
@@ -254,7 +254,7 @@ export default {
}
},
},
},
},*/
};
</script>