国际化问题修改
parent
3fbc2710a3
commit
5df5836571
|
@ -22,7 +22,7 @@
|
|||
@change="isHaveQuestionChange"
|
||||
>
|
||||
<el-radio
|
||||
v-for="item of $d.YesOrNo"
|
||||
v-for="item of $d.IsPass"
|
||||
:key="'IsHaveQuestion' + item.value"
|
||||
:label="item.value"
|
||||
>
|
||||
|
|
|
@ -675,11 +675,6 @@ export default {
|
|||
this.trialModalitys =
|
||||
this.relationInfo.Modalitys ? this.relationInfo.Modalitys.split('|') : []
|
||||
this.studyLoading = false;
|
||||
let flag = res.Result.some(item=>item.Modalities==='PET-CT'||item.ModalityForEdit==='PET-CT'||item.ModalityForEdit==='CT、PT'||item.Modalities==='CT、PT')
|
||||
console.log(submitFlag,'submitFlag')
|
||||
if(flag&&submitFlag){
|
||||
this.getClinicalData();
|
||||
}
|
||||
}).catch(() => { this.studyLoading = false })
|
||||
},
|
||||
// 预览单个检查影像
|
||||
|
@ -1353,7 +1348,6 @@ export default {
|
|||
if (logRes && logRes.url) {
|
||||
params.study.instanceCount = dicomInfo.failedFileCount
|
||||
params.RecordPath = scope.$getObjectName(logRes.url)
|
||||
console.log(JSON.stringify(params))
|
||||
addOrUpdateArchiveStudy(params).then(res => {
|
||||
if (dicomInfo.failedFileCount === dicomInfo.fileCount) {
|
||||
scope.$message.success(scope.$t('trials:uploadDicomList:label:uploaded'))
|
||||
|
@ -1361,7 +1355,11 @@ export default {
|
|||
scope.studyErrorList.push(dicomInfo.accNumber)
|
||||
}
|
||||
scope.uploadQueues[index].uploadState.record = Record
|
||||
scope.getStudyInfo(true)
|
||||
let flag = res.Result=== 'PET-CT' || res.Result==='CT、PT' || res.Result === 'PT、CT';
|
||||
if(flag){
|
||||
scope.getClinicalData();
|
||||
}
|
||||
scope.getStudyInfo()
|
||||
if (scope.$route.path !== '/trials/trials-panel/visit/crc-question') {
|
||||
scope.$emit('getList')
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue