非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.$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 ''
|
||||||
|
|
Loading…
Reference in New Issue