WIP Настроила очистку в форме создания приема
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user