上传bug修复
continuous-integration/drone/push Build is passing

This commit is contained in:
熊飞
2024-01-31 15:30:00 +08:00
parent c2aa4107b9
commit 659b5f7dfc
4 changed files with 12 additions and 3 deletions
+1 -1
View File
@@ -124,7 +124,7 @@
IRC Imaging System
</p>
<p style="margin-bottom: 20px">
V1.3.0.001
V1.3.1.001
</p>
<p style="margin-bottom: 20px" v-if="language === 'zh'">
Copyright © {{ new Date().getFullYear() }} 上海展影医疗科技有限公司 版权所有
@@ -207,6 +207,14 @@
:readingTaskState="readingTaskState"
:initUrl="scope.row.Answers[task.VisitTaskId]"
></CustomizeReportPageUpload>
<CustomizeReportPageUpload
v-else-if="scope.row.Type==='upload'"
:visitTaskId="visitTaskId"
:question="scope.row"
:task="task"
:readingTaskState="readingTaskState"
:initUrl="scope.row.Answers[task.VisitTaskId]"
></CustomizeReportPageUpload>
</template>
<template v-else-if="scope.row.QuestionType=== 22">
{{ 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 => {
@@ -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}` })