Compare commits

..

2 Commits

Author SHA1 Message Date
caiyiling 55b39a6b29 Merge branch 'main' of https://gitea.frp.extimaging.com/XCKJ/irc_web into main
continuous-integration/drone/push Build is passing Details
2024-11-07 15:07:14 +08:00
caiyiling ceb1425908 自定义保存表格问题更改 2024-11-07 15:06:52 +08:00
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() })
})