消息提示显示时间

uat_us
caiyiling 2024-03-29 09:23:22 +08:00
parent 1f3cb0284a
commit c7d362e1d0
2 changed files with 7 additions and 5 deletions

View File

@ -293,10 +293,11 @@ export default {
// questionMarkInfoList
}
saveImageQuality(params).then(async res => {
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
this.$message({ message: this.$t('common:message:savedSuccessfully'), type: 'success', duration: 2000 })
}).catch(() => {
this.loading = false
})
@ -401,10 +402,11 @@ export default {
questionMarkInfoList
}
saveImageQuality(params).then(async res => {
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)
this.$message({ message: this.$t('common:message:savedSuccessfully'), type: 'success', duration: 2000 })
loading.close()
}).catch(() => {
loading.close()
})

View File

@ -848,8 +848,6 @@ export default {
params.rowId = ''
}
submitTableQuestion(params).then(async res => {
//
this.$message({ message: this.$t('common:message:savedSuccessfully'), type: 'success', duration: 1000 })
this.currentMarkTool = otherMeasureData ? otherMeasureData.type : ''
// saveTypeEnum 01访/2
@ -868,6 +866,8 @@ export default {
FusionEvent.$emit('resetSuvQuestions')
window.opener.postMessage({ type: 'petctLesionUpdate' }, window.location)
this.$emit('close')
loading.close()
this.$message({ message: this.$t('common:message:savedSuccessfully'), type: 'success', duration: 2000 })
}).catch(() => { loading.close() })
})
})