diff --git a/public/index.html b/public/index.html index 6f52be6..f449c2f 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 0ade447..2297e51 100644 --- a/src/components/360View/medicalRecord/index.vue +++ b/src/components/360View/medicalRecord/index.vue @@ -165,13 +165,21 @@ export default { this.isPlatform = this.isSearch === item.platform return } - this.confirmChange().finally(() => { + if (this.name === '门急诊电子病历') { this.curIndex = index this.id = item.id this.name = item.name this.caseId = item.id this.isPlatform = this.isSearch === item.platform - }) + } else { + this.confirmChange().finally(() => { + this.curIndex = index + this.id = item.id + this.name = item.name + this.caseId = item.id + this.isPlatform = this.isSearch === item.platform + }) + } }, // 切换保存 confirmChange() { @@ -210,6 +218,7 @@ export default { }) }, updateForm() { + this.$message.success('保存成功') this.getFormList('update') }, addRecord(name) { diff --git a/src/components/360View/medicalRecord/outPatientRecord/leftFormList.vue b/src/components/360View/medicalRecord/outPatientRecord/leftFormList.vue index aace3c1..f2a1cd5 100644 --- a/src/components/360View/medicalRecord/outPatientRecord/leftFormList.vue +++ b/src/components/360View/medicalRecord/outPatientRecord/leftFormList.vue @@ -8,7 +8,7 @@ {{ item.name }}

- + diff --git a/src/page-subspecialty/views/modules/formList/mraForm.vue b/src/page-subspecialty/views/modules/formList/mraForm.vue index 0d8932b..8cc538b 100644 --- a/src/page-subspecialty/views/modules/formList/mraForm.vue +++ b/src/page-subspecialty/views/modules/formList/mraForm.vue @@ -110,7 +110,7 @@ export default { }, methods: { handleSaveTable() { - this.$emit('handleSaveTable', this.formData) + this.$emit('handleSaveTable') }, formDelete() { this.$confirmFun('确定删除吗?').then(() => { diff --git a/src/page-subspecialty/views/modules/formList/reportForm.vue b/src/page-subspecialty/views/modules/formList/reportForm.vue index 48ba259..ec89493 100644 --- a/src/page-subspecialty/views/modules/formList/reportForm.vue +++ b/src/page-subspecialty/views/modules/formList/reportForm.vue @@ -194,7 +194,6 @@ export default { ...this.confirmData }).then(() => { this.getReportInfo() - this.$message.success('保存成功') this.$emit('handleSaveTable') }) }, diff --git a/src/page-subspecialty/views/modules/nurseManagement/reservation/subList/index.vue b/src/page-subspecialty/views/modules/nurseManagement/reservation/subList/index.vue index c0d7597..d968a1c 100644 --- a/src/page-subspecialty/views/modules/nurseManagement/reservation/subList/index.vue +++ b/src/page-subspecialty/views/modules/nurseManagement/reservation/subList/index.vue @@ -90,6 +90,7 @@