ir上传dicom
continuous-integration/drone/push Build is passing Details

uat_us
DESKTOP-6C3NK6N\WXS 2024-09-05 17:17:47 +08:00
parent 9bb856b50a
commit f52b2f151b
5 changed files with 1089 additions and 71 deletions

View File

@ -8,11 +8,11 @@ export function requestPackageAndAnonymizImage(params) {
}) })
} }
// 获取影像上传列表 // 获取影像上传列表
export function getSubjectImageUploadList(params) { export function getSubjectImageUploadList(data) {
return request({ return request({
url: '/DownloadAndUpload/getSubjectImageUploadList', url: '/DownloadAndUpload/getSubjectImageUploadList',
method: 'get', method: 'post',
params data
}) })
} }
// 预上传 // 预上传

File diff suppressed because it is too large Load Diff

View File

@ -12,7 +12,11 @@
:label="$t('uploadDicomAndNonedicom:label:dicom')" :label="$t('uploadDicomAndNonedicom:label:dicom')"
name="dicom" name="dicom"
> >
<dicomFile /> <dicomFile
:SubjectId="SubjectId"
:SubjectCode="SubjectCode"
:Criterion="Criterion"
/>
</el-tab-pane> </el-tab-pane>
<el-tab-pane <el-tab-pane
:label="$t('uploadDicomAndNonedicom:label:nonedicom')" :label="$t('uploadDicomAndNonedicom:label:nonedicom')"

View File

@ -404,7 +404,7 @@ export default {
store.dispatch('trials/setUnLock', this.btnLoading) store.dispatch('trials/setUnLock', this.btnLoading)
}, },
}, },
mounted() { created() {
this.getList() this.getList()
}, },
methods: { methods: {

View File

@ -1076,7 +1076,7 @@ export default {
// UUID // UUID
parseDicomFile(file) { parseDicomFile(file) {
var scope = this var scope = this
return new Promise(function (resolve, reject) { return new Promise(function (resolve, reject) {
if (scope.scanState === 'cancelling') { if (scope.scanState === 'cancelling') {
resolve() resolve()
return return