wangxiaoshuang 2024-11-07 15:59:03 +08:00
commit de0051a8c3
1 changed files with 2 additions and 2 deletions

View File

@ -590,8 +590,8 @@ export default {
submitTableQuestion(params).then(async res => {
this.$message.success(this.$t('common:message:savedSuccessfully'))
this.QuestionsForm.RowId = res.Result.RowId
DicomEvent.$emit('reGetQuestionAnswer')
// this.save()
// DicomEvent.$emit('reGetQuestionAnswer')
this.save()
loading.close()
}).catch(() => { loading.close() })
})