diff --git a/src/components/Study/manager.vue b/src/components/Study/manager.vue index 6192dc45..dde66f6d 100644 --- a/src/components/Study/manager.vue +++ b/src/components/Study/manager.vue @@ -417,6 +417,7 @@ export default { 'study.catalogueShow'(val){ if(!val){ this.learningSituation.status = null + this.learningSituation.name = '' } }, },