IVUS & OCT 移除测量值触发自动计算更改
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
3fca2e76cb
commit
c603d10ff5
|
|
@ -784,7 +784,8 @@ export default {
|
||||||
}
|
}
|
||||||
const res = await deleteReadingRowAnswer(param)
|
const res = await deleteReadingRowAnswer(param)
|
||||||
if (res.IsSuccess) {
|
if (res.IsSuccess) {
|
||||||
await this.getReadingQuestionAndAnswer(this.visitTaskId)
|
// await this.getReadingQuestionAndAnswer(this.visitTaskId)
|
||||||
|
this.refreshQuestions()
|
||||||
DicomEvent.$emit('getReportInfo', true)
|
DicomEvent.$emit('getReportInfo', true)
|
||||||
// '删除成功!'
|
// '删除成功!'
|
||||||
this.$message.success(this.$t('common:message:deletedSuccessfully'))
|
this.$message.success(this.$t('common:message:deletedSuccessfully'))
|
||||||
|
|
|
||||||
|
|
@ -789,7 +789,8 @@ export default {
|
||||||
}
|
}
|
||||||
const res = await deleteReadingRowAnswer(param)
|
const res = await deleteReadingRowAnswer(param)
|
||||||
if (res.IsSuccess) {
|
if (res.IsSuccess) {
|
||||||
await this.getReadingQuestionAndAnswer(this.visitTaskId)
|
this.refreshQuestions()
|
||||||
|
// await this.getReadingQuestionAndAnswer(this.visitTaskId)
|
||||||
DicomEvent.$emit('getReportInfo', true)
|
DicomEvent.$emit('getReportInfo', true)
|
||||||
// '删除成功!'
|
// '删除成功!'
|
||||||
this.$message.success(this.$t('common:message:deletedSuccessfully'))
|
this.$message.success(this.$t('common:message:deletedSuccessfully'))
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue