diff --git a/public/index.html b/public/index.html
index 65983e7..47688a7 100644
--- a/public/index.html
+++ b/public/index.html
@@ -39,8 +39,8 @@
<% if (process.env.VUE_APP_NODE_ENV === 'dev') { %>
<% } %>
diff --git a/src/components/360View/medicalRecord/index.vue b/src/components/360View/medicalRecord/index.vue
index 99808d8..9524f79 100644
--- a/src/components/360View/medicalRecord/index.vue
+++ b/src/components/360View/medicalRecord/index.vue
@@ -10,6 +10,7 @@
:patient-id="patientId"
:is-search="isSearch"
:only-read="onlyRead"
+ `
:is-platform="isPlatform"
:form-list="formList"
:cur-index="curIndex"
@@ -337,6 +338,7 @@ export default {
}
this.$http.post('/case/update', params).then(data => {
this.updateForm()
+ this.$store.commit('destroyPlugin')
})
},
// 删除同意书
diff --git a/src/page-subspecialty/views/modules/formList/DrugInjection.vue b/src/page-subspecialty/views/modules/formList/DrugInjection.vue
index 6fccbbe..3f72dc5 100644
--- a/src/page-subspecialty/views/modules/formList/DrugInjection.vue
+++ b/src/page-subspecialty/views/modules/formList/DrugInjection.vue
@@ -160,6 +160,8 @@