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)
}
})