自动添加肿瘤学阅片期bug修复
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
a87769a60f
commit
10a43d4c04
|
|
@ -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'))
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue