From 204426e403685597fecd0d0f09f9049b5f170b4a Mon Sep 17 00:00:00 2001 From: bianyaqi Date: Mon, 17 Apr 2023 16:49:33 +0800 Subject: [PATCH] =?UTF-8?q?=E9=99=A4=E6=97=A5=E5=B8=B8=E5=87=BA=E8=AF=8A?= =?UTF-8?q?=E4=B8=8D=E8=87=AA=E5=A2=9E=E7=97=85=E5=8E=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/360View/medicalRecord/index.vue | 15 +++++---------- .../outPatientRecord/leftFormList.vue | 2 +- .../views/modules/nurseManagement/index.vue | 15 +++++++++++++++ 3 files changed, 21 insertions(+), 11 deletions(-) create mode 100644 src/page-subspecialty/views/modules/nurseManagement/index.vue diff --git a/src/components/360View/medicalRecord/index.vue b/src/components/360View/medicalRecord/index.vue index 48b3603..2ce826b 100644 --- a/src/components/360View/medicalRecord/index.vue +++ b/src/components/360View/medicalRecord/index.vue @@ -239,17 +239,12 @@ export default { }) if (res.code === 0) { this.formList = res.data || [] - const date = this.$moment().format('YYYY-MM-DD') - if (this.formList.length) { - if (!mode) { - this.name = this.formList[0].name - this.id = this.formList[0].id - } - this.curIndex = this.formList.findIndex(item => item.id === this.id) - this.jsonText = this.formList[this.curIndex].jsonText - } else { - this.addRecord('门急诊电子病历') + if (!mode) { + this.name = this.formList[0].name + this.id = this.formList[0].id } + this.curIndex = this.formList.findIndex(item => item.id === this.id) + this.jsonText = this.formList[this.curIndex].jsonText } else { this.$message.error(res.msg) } diff --git a/src/components/360View/medicalRecord/outPatientRecord/leftFormList.vue b/src/components/360View/medicalRecord/outPatientRecord/leftFormList.vue index 847c48c..5e5590f 100644 --- a/src/components/360View/medicalRecord/outPatientRecord/leftFormList.vue +++ b/src/components/360View/medicalRecord/outPatientRecord/leftFormList.vue @@ -10,7 +10,7 @@ - +
diff --git a/src/page-subspecialty/views/modules/nurseManagement/index.vue b/src/page-subspecialty/views/modules/nurseManagement/index.vue new file mode 100644 index 0000000..e8b3038 --- /dev/null +++ b/src/page-subspecialty/views/modules/nurseManagement/index.vue @@ -0,0 +1,15 @@ + + + + +