非dicom列表改变状态时列表不重置
continuous-integration/drone/push Build is passing Details

uat
wangxiaoshuang 2025-03-07 16:04:34 +08:00
parent 156411fea3
commit ea44f97985
1 changed files with 8 additions and 5 deletions

View File

@ -209,11 +209,11 @@ export default {
this.$message.success( this.$message.success(
this.$t('common:message:savedSuccessfully') this.$t('common:message:savedSuccessfully')
) )
this.getNoneDicomList() file.IsReading = !file.IsReading
// this.getNoneDicomList()
} }
}) })
.catch(() => { .catch(() => {
file.IsReading = !file.IsReading
this.loading = false this.loading = false
}) })
}) })
@ -254,15 +254,18 @@ export default {
this.$message.success( this.$message.success(
this.$t('common:message:savedSuccessfully') this.$t('common:message:savedSuccessfully')
) )
file.IsDeleted = !file.IsDeleted
// this.getNoneDicomList() // this.getNoneDicomList()
} }
}) })
.catch(() => { .catch(() => {
file.IsDeleted = !file.IsDeleted // file.IsDeleted = !file.IsDeleted
this.loading = false this.loading = false
}) })
}) })
.catch(() => {}) .catch(() => {
// file.IsDeleted = !file.IsDeleted
})
}, },
getBodyPart(bodyPart) { getBodyPart(bodyPart) {
if (!bodyPart) return '' if (!bodyPart) return ''