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 }}
- +