RecistBM更改

uat_us
caiyiling 2024-07-17 17:46:19 +08:00
parent da0dabecca
commit 39a0c8163f
2 changed files with 17 additions and 1 deletions

View File

@ -1100,7 +1100,7 @@ export default {
questionId: this.parentQsId,
rowId: this.questionForm.RowId
}
const res = deleteReadingRowAnswer(param)
const res = await deleteReadingRowAnswer(param)
if (res.IsSuccess) {
if (this.questionForm.IsDicomReading && this.questionForm.MeasureData) {
await store.dispatch('reading/removeMeasuredData', { visitTaskId: this.visitTaskId, measureData: this.questionForm.MeasureData, questionId: this.parentQsId, rowIndex: this.questionForm.RowIndex })

View File

@ -992,6 +992,22 @@ export default {
.container{
padding: 10px;
.basic-info{
display: flex;
justify-content: space-between;
align-items: center;
h3{
color: #ddd;
padding: 5px 0px;
margin: 0;
}
i{
color: #fff;
font-size: 22px;
font-weight: bold;
cursor: pointer;
}
}
}
.title{
padding: 5px;