diff --git a/src/views/doctorCheck/doctorCheck.vue b/src/views/doctorCheck/doctorCheck.vue
index e8e80a4..1b82c73 100644
--- a/src/views/doctorCheck/doctorCheck.vue
+++ b/src/views/doctorCheck/doctorCheck.vue
@@ -197,10 +197,10 @@
-
-
-
+
-
+
-
+
@@ -1426,13 +1426,9 @@ export default {
// 历次结果
btnCheckHistory() {
- if (!this.doctorCheck.prBase.id) return;
+ if (!this.patient_register.id) return;
this.dialogVisibleCheckHistory = true;
- this.refParams = Object.assign({}, this.refParams, { brushTimes: Number(this.refParams.brushTimes) + 1, patientRegisterId: this.doctorCheck.prBase.id })
-
- this.dataTransOpts.refresh.sumDoctor.M++ //刷新历次明细
- this.dataTransOpts.plus.OccDisease++ //刷新图文报告
-
+ this.refParams = Object.assign({}, this.refParams, { brushTimes: Number(this.refParams.brushTimes) + 1, patientRegisterId: this.patient_register.id })
},
//体检报告
@@ -1471,7 +1467,7 @@ export default {
}
- toOutShell.BusinessCode = this.doctorCheck.prBase.id
+ toOutShell.BusinessCode = this.patient_register.id
this.$peisAPI.printPre(JSON.stringify(toOutShell))
.then(res => {
if (res) {