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,