@@ -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 ''
|
||||||
@@ -495,7 +498,7 @@ export default {
|
|||||||
min-height: 48px;
|
min-height: 48px;
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
::v-deep .el-collapse-item__content{
|
::v-deep .el-collapse-item__content {
|
||||||
padding-bottom: 0;
|
padding-bottom: 0;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user