非dicom列表改变状态时列表不重置
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
156411fea3
commit
ea44f97985
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue