From 4565dc1db343224a8869a472ea5f35fa90ccdcae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BE=89?= <814457906@qq.com> Date: Tue, 9 Apr 2024 11:36:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/manage/continueSigning/index.vue | 2 +- src/views/manage/materials/index.vue | 272 +++++------------- src/views/manage/newSigning/index.vue | 4 +- src/views/manage/patientInfo/index.vue | 4 +- src/views/manage/preHospitalized/index.vue | 12 +- src/views/manage/visitin/index.vue | 12 +- src/views/manage/visitout/index.vue | 14 +- src/views/system/question/index.vue | 4 +- src/views/system/specialDiseaseNode/index.vue | 4 +- src/views/system/taskExecuteRecord/index.vue | 2 +- .../index.vue | 4 +- 11 files changed, 100 insertions(+), 234 deletions(-) diff --git a/src/views/manage/continueSigning/index.vue b/src/views/manage/continueSigning/index.vue index f0093fd..51630af 100644 --- a/src/views/manage/continueSigning/index.vue +++ b/src/views/manage/continueSigning/index.vue @@ -284,7 +284,7 @@ export default { this.uploadsave(); }, uploadsave() { - if (this.signPackage.healthManageId) { + if (this.signPackage.healthManageId && this.attendingPhysicianlist?.length > 0) { this.signPackage.healthManageName = this.attendingPhysicianlist.find(e => e.userId == this.signPackage.healthManageId).nickName } this.form.signPackage = this.signPackage diff --git a/src/views/manage/materials/index.vue b/src/views/manage/materials/index.vue index 5716d88..849d2ed 100644 --- a/src/views/manage/materials/index.vue +++ b/src/views/manage/materials/index.vue @@ -1,23 +1,9 @@