diff --git a/src/layouts/BasicLayout.vue b/src/layouts/BasicLayout.vue index fa2961c..9fe918d 100644 --- a/src/layouts/BasicLayout.vue +++ b/src/layouts/BasicLayout.vue @@ -173,6 +173,7 @@ }); }, methods: { + ...mapMutations('patient', ['setPatientData', 'setPatientDataCur']), handleClickMenu(item, index) { if (index != this.current) { this.current_ = this.current @@ -206,6 +207,7 @@ if(this.$route.name != 'Thrombolysis') this.$router.push('/firstaid/thrombolysis') }else{ this.setPatientData({}); + this.setPatientDataCur({}); if(this.$route.name != 'PatientList') this.$router.replace('/firstaid/patientList') } diff --git a/src/views/thrombolysis/components/throm-before3.vue b/src/views/thrombolysis/components/throm-before3.vue index ba22460..fb0881c 100644 --- a/src/views/thrombolysis/components/throm-before3.vue +++ b/src/views/thrombolysis/components/throm-before3.vue @@ -22,6 +22,7 @@