From 2f47202109893d1141c73d02bbf7b943fdc40a26 Mon Sep 17 00:00:00 2001 From: caiyiling <1321909229@qq.com> Date: Tue, 23 Apr 2024 11:15:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BD=B1=E5=83=8F=E9=A1=B5=E9=9D=A2=E5=AD=98?= =?UTF-8?q?=E5=82=A8=E8=B7=AF=E5=BE=84=E6=88=AA=E5=9B=BEbug=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../trials/trials-inspection/components/view-study-list.vue | 2 -- .../reading/dicoms/components/IRecist/QuestionForm.vue | 2 +- .../reading/dicoms/components/PCWG/QuestionForm.vue | 2 +- .../reading/dicoms/components/Recist/QuestionForm.vue | 2 +- .../reading/dicoms/components/RecistBM/QuestionForm.vue | 2 +- 5 files changed, 4 insertions(+), 6 deletions(-) diff --git a/src/views/trials/trials-inspection/components/view-study-list.vue b/src/views/trials/trials-inspection/components/view-study-list.vue index 33c60ec..e5c0a27 100644 --- a/src/views/trials/trials-inspection/components/view-study-list.vue +++ b/src/views/trials/trials-inspection/components/view-study-list.vue @@ -92,7 +92,6 @@ label="Called AE" show-overflow-tooltip min-width="140" - sortable="custom" > @@ -101,7 +100,6 @@ label="Calling AE" show-overflow-tooltip min-width="140" - sortable="custom" > diff --git a/src/views/trials/trials-panel/reading/dicoms/components/IRecist/QuestionForm.vue b/src/views/trials/trials-panel/reading/dicoms/components/IRecist/QuestionForm.vue index 624016e..50ced27 100644 --- a/src/views/trials/trials-panel/reading/dicoms/components/IRecist/QuestionForm.vue +++ b/src/views/trials/trials-panel/reading/dicoms/components/IRecist/QuestionForm.vue @@ -1964,7 +1964,7 @@ export default { var picturePath = '' if (val && measureData && this.questionForm.IsDicomReading) { var pictureObj = await this.uploadScreenshots(`${new Date().getTime()}`, val) - picturePath = pictureObj.isSuccess ? this.$getObjectName(pictureObj.result.url) : '' + picturePath = pictureObj.isSuccess ? pictureObj.result.name : '' } var answers = [] var reg = new RegExp(/^[0-9a-zA-Z]{8}-[0-9a-zA-Z]{4}-[0-9a-zA-Z]{4}-[0-9a-zA-Z]{4}-[0-9a-zA-Z]{12}$/) diff --git a/src/views/trials/trials-panel/reading/dicoms/components/PCWG/QuestionForm.vue b/src/views/trials/trials-panel/reading/dicoms/components/PCWG/QuestionForm.vue index be980af..9e37ef8 100644 --- a/src/views/trials/trials-panel/reading/dicoms/components/PCWG/QuestionForm.vue +++ b/src/views/trials/trials-panel/reading/dicoms/components/PCWG/QuestionForm.vue @@ -694,7 +694,7 @@ export default { var picturePath = '' if (val && measureData) { var pictureObj = await this.uploadScreenshots(`${new Date().getTime()}`, val) - picturePath = pictureObj.isSuccess ? this.$getObjectName(pictureObj.result.url) : '' + picturePath = pictureObj.isSuccess ? pictureObj.result.name : '' } var answers = [] var reg = new RegExp(/^[0-9a-zA-Z]{8}-[0-9a-zA-Z]{4}-[0-9a-zA-Z]{4}-[0-9a-zA-Z]{4}-[0-9a-zA-Z]{12}$/) diff --git a/src/views/trials/trials-panel/reading/dicoms/components/Recist/QuestionForm.vue b/src/views/trials/trials-panel/reading/dicoms/components/Recist/QuestionForm.vue index 9957201..55a0aa9 100644 --- a/src/views/trials/trials-panel/reading/dicoms/components/Recist/QuestionForm.vue +++ b/src/views/trials/trials-panel/reading/dicoms/components/Recist/QuestionForm.vue @@ -1329,7 +1329,7 @@ export default { if (val && measureData && this.questionForm.IsDicomReading) { var pictureObj = await this.uploadScreenshots(`${new Date().getTime()}`, val) - picturePath = pictureObj.isSuccess ? this.$getObjectName(pictureObj.result.url) : '' + picturePath = pictureObj.isSuccess ? pictureObj.result.name : '' } var answers = [] var reg = new RegExp(/^[0-9a-zA-Z]{8}-[0-9a-zA-Z]{4}-[0-9a-zA-Z]{4}-[0-9a-zA-Z]{4}-[0-9a-zA-Z]{12}$/) diff --git a/src/views/trials/trials-panel/reading/dicoms/components/RecistBM/QuestionForm.vue b/src/views/trials/trials-panel/reading/dicoms/components/RecistBM/QuestionForm.vue index 2e10476..3691e7e 100644 --- a/src/views/trials/trials-panel/reading/dicoms/components/RecistBM/QuestionForm.vue +++ b/src/views/trials/trials-panel/reading/dicoms/components/RecistBM/QuestionForm.vue @@ -974,7 +974,7 @@ export default { var picturePath = '' if (val && measureData && this.questionForm.IsDicomReading) { var pictureObj = await this.uploadScreenshots(`${new Date().getTime()}`, val) - picturePath = pictureObj.isSuccess ? this.$getObjectName(pictureObj.result.url) : '' + picturePath = pictureObj.isSuccess ? pictureObj.result.name : '' } var answers = [] var reg = new RegExp(/^[0-9a-zA-Z]{8}-[0-9a-zA-Z]{4}-[0-9a-zA-Z]{4}-[0-9a-zA-Z]{4}-[0-9a-zA-Z]{12}$/)