Compare commits
2 Commits
093cffa298
...
55b39a6b29
Author | SHA1 | Date |
---|---|---|
|
55b39a6b29 | |
|
ceb1425908 |
|
@ -590,8 +590,8 @@ export default {
|
||||||
submitTableQuestion(params).then(async res => {
|
submitTableQuestion(params).then(async res => {
|
||||||
this.$message.success(this.$t('common:message:savedSuccessfully'))
|
this.$message.success(this.$t('common:message:savedSuccessfully'))
|
||||||
this.QuestionsForm.RowId = res.Result.RowId
|
this.QuestionsForm.RowId = res.Result.RowId
|
||||||
DicomEvent.$emit('reGetQuestionAnswer')
|
// DicomEvent.$emit('reGetQuestionAnswer')
|
||||||
// this.save()
|
this.save()
|
||||||
loading.close()
|
loading.close()
|
||||||
}).catch(() => { loading.close() })
|
}).catch(() => { loading.close() })
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue