From 59de2fe61a45b799c33d1f66670a8e400b8fcdaa Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=A2=86=E6=82=9F?= <735033209@qq.com>
Date: Fri, 7 Mar 2025 10:47:04 +0800
Subject: [PATCH] 0307
---
src/views/thrombolysis/components/throm-before3.vue | 5 +++--
.../thrombolysis/components/throm-interfere-informed.vue | 4 ++--
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/src/views/thrombolysis/components/throm-before3.vue b/src/views/thrombolysis/components/throm-before3.vue
index f994041..3e8f94b 100644
--- a/src/views/thrombolysis/components/throm-before3.vue
+++ b/src/views/thrombolysis/components/throm-before3.vue
@@ -8,7 +8,7 @@
-
![]()
+
@@ -33,7 +33,7 @@
mapState
} from 'vuex';
import {
- apiUrl
+ apiUrl, imgUrl
} from '@/config/setting.js';
import emptyImage from '@/assets/images/slice/empty.png'
import ThromInterfereImageDcm from './throm-interfere-image-dcm.vue'
@@ -47,6 +47,7 @@
data() {
return {
apiUrl,
+ imgUrl,
emptyImage,
activeTabKey: 'tab1',
previewVisible: false,
diff --git a/src/views/thrombolysis/components/throm-interfere-informed.vue b/src/views/thrombolysis/components/throm-interfere-informed.vue
index 6792827..714013f 100644
--- a/src/views/thrombolysis/components/throm-interfere-informed.vue
+++ b/src/views/thrombolysis/components/throm-interfere-informed.vue
@@ -276,7 +276,7 @@
created() {
// console.log('book', this.book)
this.queryVideo()
- this.content = this.book.find((item) => item.type === 0)?.content || '';
+ this.content = this.book.find((item) => item.type === 1)?.content || '';
// console.log(this.content);
},
mounted() {
@@ -397,7 +397,7 @@
if (!firstAidId) return this.$message.error('缺少急救');
let res = await queryConsentResult({
firstAidId,
- type: 0,
+ type: 1,
});
const {
code,