diff --git a/src/components/360View/medicalRecord/index.vue b/src/components/360View/medicalRecord/index.vue
index 82cc9db..ac1f183 100644
--- a/src/components/360View/medicalRecord/index.vue
+++ b/src/components/360View/medicalRecord/index.vue
@@ -139,7 +139,7 @@ export default {
const params = {
id: this.id
}
- this.$confirmFun('你确定要删除此随访记录吗?').then(() => {
+ this.$confirmFun('你确定要删除吗?').then(() => {
this.$http.post('/case/delete', params).then(() => {
this.getFormList()
this.$message.success('删除成功')
diff --git a/src/page-subspecialty/views/modules/formList/InformedConsent.vue b/src/page-subspecialty/views/modules/formList/InformedConsent.vue
index d4497df..7dd8701 100644
--- a/src/page-subspecialty/views/modules/formList/InformedConsent.vue
+++ b/src/page-subspecialty/views/modules/formList/InformedConsent.vue
@@ -5,7 +5,7 @@