Merge branch 'main' of https://gitea.frp.extimaging.com/XCKJ/irc_web into main
commit
82b3ca055f
|
@ -491,7 +491,7 @@
|
|||
</el-tab-pane>
|
||||
<!-- 临床数据采集 -->
|
||||
<el-tab-pane
|
||||
v-if="rowData.IsBaseLine && otherInfo.IsHaveSubjectClinicalData"
|
||||
v-if="rowData.IsBaseLine && (otherInfo.IsHaveSubjectClinicalData||otherInfo.IsHaveVisitClinicalData)"
|
||||
:label="$t('trials:uploadClinicalData:tab:uploadClinicalData')"
|
||||
name="clinical-data"
|
||||
>
|
||||
|
@ -1365,6 +1365,7 @@ export default {
|
|||
this.list = res.Result.CurrentPageData
|
||||
this.total = res.Result.TotalCount
|
||||
this.otherInfo = res.OtherInfo
|
||||
console.log(this.otherInfo)
|
||||
}).catch(() => { this.loading = false })
|
||||
},
|
||||
// 新建计划外的访视信息
|
||||
|
|
Loading…
Reference in New Issue