From 607813ca99a87f174c8ccb6a449ec20e191ef96d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A2=86=E6=82=9F?= <735033209@qq.com> Date: Tue, 18 Mar 2025 17:56:43 +0800 Subject: [PATCH] 0318 --- src/views/thrombolysis/components/throm-before1.vue | 6 +++++- src/views/thrombolysis/components/throm-ing-min.vue | 6 +++++- .../thrombolysis/components/throm-result-firstInfo.vue | 3 ++- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/src/views/thrombolysis/components/throm-before1.vue b/src/views/thrombolysis/components/throm-before1.vue index 399de14..739216f 100644 --- a/src/views/thrombolysis/components/throm-before1.vue +++ b/src/views/thrombolysis/components/throm-before1.vue @@ -96,7 +96,11 @@ + :min="k.range[0]" :max="k.range[1]" inputmode="numeric" type="number"> + + diff --git a/src/views/thrombolysis/components/throm-ing-min.vue b/src/views/thrombolysis/components/throm-ing-min.vue index 8e13198..ee9616e 100644 --- a/src/views/thrombolysis/components/throm-ing-min.vue +++ b/src/views/thrombolysis/components/throm-ing-min.vue @@ -96,7 +96,11 @@ + :min="k.range[0]" :max="k.range[1]" inputmode="numeric" type="number"> + + diff --git a/src/views/thrombolysis/components/throm-result-firstInfo.vue b/src/views/thrombolysis/components/throm-result-firstInfo.vue index 6a4d78e..456bcd2 100644 --- a/src/views/thrombolysis/components/throm-result-firstInfo.vue +++ b/src/views/thrombolysis/components/throm-result-firstInfo.vue @@ -374,7 +374,7 @@ // }); // }, async mounted() { - // console.log('patientId', this.patientId) + console.log('patientId', this.patientId) if (this.patientId) { const res = await queryAidRecord(this.patientId) @@ -385,6 +385,7 @@ } else { this.$nextTick(() => { if (this.patientData) { + this.patData = this.patientData this.echo(this.patientData) } })