diff --git a/healthlink-his-ui/src/views/doctorstation/pendingEmr.vue b/healthlink-his-ui/src/views/doctorstation/pendingEmr.vue index 0a4fed117..d39bba9a0 100755 --- a/healthlink-his-ui/src/views/doctorstation/pendingEmr.vue +++ b/healthlink-his-ui/src/views/doctorstation/pendingEmr.vue @@ -216,7 +216,7 @@ const handleWriteEmr = (row) => { // 存储患者信息并跳转到住院医生工作站 updatePatientInfo(row) updateLocalPatientInfo(row) - router.push({ path: '/inHospital/inpatientDoctor/home' }) + router.push({ path: '/inHospital/inpatientDoctor' }) } // 查看患者 @@ -224,7 +224,7 @@ const handleViewPatient = (row) => { // 存储患者信息并跳转到住院医生工作站 updatePatientInfo(row) updateLocalPatientInfo(row) - router.push({ path: '/inHospital/inpatientDoctor/home' }) + router.push({ path: '/inHospital/inpatientDoctor' }) } // 获取性别文本 diff --git a/healthlink-his-ui/src/views/preopmanage/discussion/index.vue b/healthlink-his-ui/src/views/preopmanage/discussion/index.vue index c7b33dc73..ea6120262 100644 --- a/healthlink-his-ui/src/views/preopmanage/discussion/index.vue +++ b/healthlink-his-ui/src/views/preopmanage/discussion/index.vue @@ -9,7 +9,7 @@ {{ stats.rejected || 0 }}已驳回 - + 术前讨论管理 @@ -39,7 +39,7 @@ - + @@ -182,11 +182,13 @@