diff --git a/src/components/doctorCheck/CheckSumSug.vue b/src/components/doctorCheck/CheckSumSug.vue index 7c010c3..afb19ac 100644 --- a/src/components/doctorCheck/CheckSumSug.vue +++ b/src/components/doctorCheck/CheckSumSug.vue @@ -362,11 +362,11 @@ export default { if (!this.patient_register.id) { this.$message.warning({ showClose: true, message: '未获取到人员信息' }) return - } - this.dialogWin.queue3 = true + } this.queueParams.patientRegisterId = this.patient_register.id this.queueParams.patientName = this.patient_register.patientName - this.queueParams.queueTimes++ + this.queueParams.queueTimes++ + this.dialogWin.queue3 = true }, // 危急值 diff --git a/src/components/doctorCheck/QueueCheckList.vue b/src/components/doctorCheck/QueueCheckList.vue index 3515f76..7f42364 100644 --- a/src/components/doctorCheck/QueueCheckList.vue +++ b/src/components/doctorCheck/QueueCheckList.vue @@ -87,7 +87,7 @@
- +