非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.$t('common:message:savedSuccessfully')
)
this.getNoneDicomList()
file.IsReading = !file.IsReading
// this.getNoneDicomList()
}
})
.catch(() => {
file.IsReading = !file.IsReading
this.loading = false
})
})
@ -254,15 +254,18 @@ export default {
this.$message.success(
this.$t('common:message:savedSuccessfully')
)
file.IsDeleted = !file.IsDeleted
// this.getNoneDicomList()
}
})
.catch(() => {
file.IsDeleted = !file.IsDeleted
// file.IsDeleted = !file.IsDeleted
this.loading = false
})
})
.catch(() => {})
.catch(() => {
// file.IsDeleted = !file.IsDeleted
})
},
getBodyPart(bodyPart) {
if (!bodyPart) return ''
@ -495,7 +498,7 @@ export default {
min-height: 48px;
height: auto;
}
::v-deep .el-collapse-item__content{
::v-deep .el-collapse-item__content {
padding-bottom: 0;
}
</style>