Compare commits
No commits in common. "55b39a6b2987de27fc123ec1a74ce82d9e296476" and "093cffa298a3d9352c2d5ca1efb36c46dca60d67" have entirely different histories.
55b39a6b29
...
093cffa298
|
@ -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() })
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue