IVUS & OCT 移除测量值触发自动计算更改
continuous-integration/drone/push Build is passing Details

uat_us
caiyiling 2026-03-03 09:41:56 +08:00
parent 3fca2e76cb
commit c603d10ff5
2 changed files with 4 additions and 2 deletions

View File

@ -784,7 +784,8 @@ export default {
}
const res = await deleteReadingRowAnswer(param)
if (res.IsSuccess) {
await this.getReadingQuestionAndAnswer(this.visitTaskId)
// await this.getReadingQuestionAndAnswer(this.visitTaskId)
this.refreshQuestions()
DicomEvent.$emit('getReportInfo', true)
// ''
this.$message.success(this.$t('common:message:deletedSuccessfully'))

View File

@ -789,7 +789,8 @@ export default {
}
const res = await deleteReadingRowAnswer(param)
if (res.IsSuccess) {
await this.getReadingQuestionAndAnswer(this.visitTaskId)
this.refreshQuestions()
// await this.getReadingQuestionAndAnswer(this.visitTaskId)
DicomEvent.$emit('getReportInfo', true)
// ''
this.$message.success(this.$t('common:message:deletedSuccessfully'))