保存提示显示时间
parent
431d8a0682
commit
1f3cb0284a
|
@ -293,7 +293,7 @@ export default {
|
|||
// questionMarkInfoList
|
||||
}
|
||||
saveImageQuality(params).then(async res => {
|
||||
this.$message.success(this.$t('common:message:savedSuccessfully'))
|
||||
this.$message({ message: this.$t('common:message:savedSuccessfully'), type: 'success', duration: 1000 })
|
||||
window.opener.postMessage({ type: 'petctLesionUpdate' }, window.location)
|
||||
this.loading = false
|
||||
this.questionFormChangeState = false
|
||||
|
@ -360,7 +360,7 @@ export default {
|
|||
// 当前标记在图像外
|
||||
this.$alert(this.$t('trials:reading:lugano:warnning:outsideVolume'), this.$t('trials:lugano:fusionDialog:warning'), {
|
||||
callback: action => {
|
||||
|
||||
|
||||
}
|
||||
})
|
||||
return
|
||||
|
@ -401,7 +401,7 @@ export default {
|
|||
questionMarkInfoList
|
||||
}
|
||||
saveImageQuality(params).then(async res => {
|
||||
this.$message.success(this.$t('common:message:savedSuccessfully'))
|
||||
this.$message({ message: this.$t('common:message:savedSuccessfully'), type: 'success', duration: 1000 })
|
||||
loading.close()
|
||||
this.$set(question, 'SaveEnum', 0)
|
||||
window.opener.postMessage({ type: 'petctLesionUpdate' }, window.location)
|
||||
|
|
|
@ -849,7 +849,7 @@ export default {
|
|||
}
|
||||
submitTableQuestion(params).then(async res => {
|
||||
// 保存成功!
|
||||
this.$message.success(this.$t('common:message:savedSuccessfully'))
|
||||
this.$message({ message: this.$t('common:message:savedSuccessfully'), type: 'success', duration: 1000 })
|
||||
this.currentMarkTool = otherMeasureData ? otherMeasureData.type : ''
|
||||
// saveTypeEnum 0:未保存过(新建病灶);1:已保存,信息不完整(随访初始化病灶/分裂病灶,通过状态判断);2:已保存,信息完整
|
||||
|
||||
|
|
Loading…
Reference in New Issue