iRECSIT在 首次为PD时,由RECSIT 1.1转为iRECST,进入阅片页时会显示新病灶的转换提示。当重置eICRF时,需要再次显示。
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2025-09-10 10:41:14 +08:00
parent d3446833ce
commit 37e07fda42
2 changed files with 2 additions and 1 deletions

View File

@ -1103,6 +1103,7 @@ export default {
DicomEvent.$emit('getMeasureData') DicomEvent.$emit('getMeasureData')
DicomEvent.$emit('getReportInfo', true) DicomEvent.$emit('getReportInfo', true)
DicomEvent.$emit('refreshStudyListMeasureData') DicomEvent.$emit('refreshStudyListMeasureData')
DicomEvent.$emit('showIRecistTip')
} }
loading.close() loading.close()
} catch (e) { } catch (e) {

View File

@ -208,7 +208,7 @@ export default {
this.dialogVisible = true this.dialogVisible = true
this.cdVisitTaskId = taskId this.cdVisitTaskId = taskId
}) })
DicomEvent.$on('refreshStudyListMeasureData', () => { DicomEvent.$on('showIRecistTip', () => {
var param = { var param = {
subjectId: this.subjectId, subjectId: this.subjectId,
trialId: this.trialId, trialId: this.trialId,