保存提示显示时间

uat_us
caiyiling 2024-03-29 09:14:52 +08:00
parent 431d8a0682
commit 1f3cb0284a
2 changed files with 4 additions and 4 deletions

View File

@ -293,7 +293,7 @@ export default {
// questionMarkInfoList // questionMarkInfoList
} }
saveImageQuality(params).then(async res => { 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) window.opener.postMessage({ type: 'petctLesionUpdate' }, window.location)
this.loading = false this.loading = false
this.questionFormChangeState = false this.questionFormChangeState = false
@ -401,7 +401,7 @@ export default {
questionMarkInfoList questionMarkInfoList
} }
saveImageQuality(params).then(async res => { 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() loading.close()
this.$set(question, 'SaveEnum', 0) this.$set(question, 'SaveEnum', 0)
window.opener.postMessage({ type: 'petctLesionUpdate' }, window.location) window.opener.postMessage({ type: 'petctLesionUpdate' }, window.location)

View File

@ -849,7 +849,7 @@ export default {
} }
submitTableQuestion(params).then(async res => { 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 : '' this.currentMarkTool = otherMeasureData ? otherMeasureData.type : ''
// saveTypeEnum 01访/2 // saveTypeEnum 01访/2