From 659b5f7dfcda46780bce48cb7d9823728e408df6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E7=86=8A=E9=A3=9E?=
Date: Wed, 31 Jan 2024 15:30:00 +0800
Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0bug=E4=BF=AE=E5=A4=8D?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.env.usa | 2 +-
src/views/login/index.vue | 2 +-
.../reading/dicoms/customize/CustomizeReportPage.vue | 10 +++++++++-
.../dicoms/customize/CustomizeReportPageUpload.vue | 1 +
4 files changed, 12 insertions(+), 3 deletions(-)
diff --git a/.env.usa b/.env.usa
index 228514cb..1f1d2d26 100644
--- a/.env.usa
+++ b/.env.usa
@@ -2,7 +2,7 @@
ENV = 'production'
NODE_ENV = 'production'
# base public path
-VUE_APP_BASE_PATH = 'https://ei-code-prod.s3.amazonaws.com/2024-01-24/'
+VUE_APP_BASE_PATH = 'https://ei-code-prod.s3.amazonaws.com/2024-01-31/'
# 是否开启登陆限制 true:是 false:否
VUE_APP_LOGIN_FOR_PERMISSION = false
diff --git a/src/views/login/index.vue b/src/views/login/index.vue
index 97616a26..1e13f20c 100644
--- a/src/views/login/index.vue
+++ b/src/views/login/index.vue
@@ -124,7 +124,7 @@
IRC Imaging System
- V1.3.0.001
+ V1.3.1.001
Copyright © {{ new Date().getFullYear() }} 上海展影医疗科技有限公司 版权所有
diff --git a/src/views/trials/trials-panel/reading/dicoms/customize/CustomizeReportPage.vue b/src/views/trials/trials-panel/reading/dicoms/customize/CustomizeReportPage.vue
index 178d538e..b418abb8 100644
--- a/src/views/trials/trials-panel/reading/dicoms/customize/CustomizeReportPage.vue
+++ b/src/views/trials/trials-panel/reading/dicoms/customize/CustomizeReportPage.vue
@@ -207,6 +207,14 @@
:readingTaskState="readingTaskState"
:initUrl="scope.row.Answers[task.VisitTaskId]"
>
+
{{ scope.row.Answers[task.VisitTaskId] === '-1' ? '未知' : scope.row.Answers[task.VisitTaskId] }}
@@ -750,7 +758,7 @@ export default {
// this.$router.push({
// path: `/readingPage?subjectCode=${subjectCode}&subjectId=${subjectId}&trialId=${trialId}&TokenKey=${token}`
// })
- // DicomEvent.$emit('getNextTask')
+ // DicomEvent.$emit('getNextTask')
window.location.reload()
})
.catch(action => {
diff --git a/src/views/trials/trials-panel/reading/dicoms/customize/CustomizeReportPageUpload.vue b/src/views/trials/trials-panel/reading/dicoms/customize/CustomizeReportPageUpload.vue
index c439ca36..03ea842a 100644
--- a/src/views/trials/trials-panel/reading/dicoms/customize/CustomizeReportPageUpload.vue
+++ b/src/views/trials/trials-panel/reading/dicoms/customize/CustomizeReportPageUpload.vue
@@ -88,6 +88,7 @@ name: "CustomizeReportPageUpload",
},
mounted() {
this.urls = this.initUrl === '' ? [] : this.initUrl.split('|')
+ console.log(this.visitTaskId, this.urls)
this.fileList = []
this.urls.map(url => {
this.fileList.push({ name: '', url: `${url}` })