自动添加肿瘤学阅片期bug修复
continuous-integration/drone/push Build is passing Details

main
caiyiling 2026-05-06 10:23:56 +08:00
parent a87769a60f
commit 10a43d4c04
2 changed files with 2 additions and 1 deletions

View File

@ -138,7 +138,7 @@ export default {
addReadModule(this.form).then(res => { addReadModule(this.form).then(res => {
this.btnLoading = false this.btnLoading = false
this.$emit('getList') this.$emit('getList')
this.$emit('close', {visitStageId: this.form.VisitStageId}) this.$emit('close', {visitStageId: this.form.VisitStageId, expirationVisitNum: this.form.ExpirationVisitNum})
this.form.Name = null this.form.Name = null
this.form.VisitStageId = null this.form.VisitStageId = null
this.$message.success(this.$t('common:message:savedSuccessfully')) this.$message.success(this.$t('common:message:savedSuccessfully'))

View File

@ -540,6 +540,7 @@ export default {
if (res === 'confirm') { if (res === 'confirm') {
this.param.ReadingSetType = 1 this.param.ReadingSetType = 1
this.param.VisitStageId = obj.visitStageId this.param.VisitStageId = obj.visitStageId
this.param.ExpirationVisitNum = obj.expirationVisitNum
this.subjectPeriod = { visible: true, title: this.$t('trials:readingPeriod:dialogTitle:addSubjectTumorPR') } this.subjectPeriod = { visible: true, title: this.$t('trials:readingPeriod:dialogTitle:addSubjectTumorPR') }
} else { } else {
this.subjectPeriod.visible = true this.subjectPeriod.visible = true