靶病灶要是存在不是典型肝内病灶就不提示了
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
33e6e77484
commit
bc85230ddc
|
@ -808,7 +808,7 @@ export default {
|
|||
let num = 0
|
||||
if (questions.TableQuestions && Array.isArray(questions.TableQuestions.Answers)) {
|
||||
questions.TableQuestions.Answers.forEach(item => {
|
||||
if (item.LesionType === 0 && item.LesionName !== this.questionForm.LesionName) num++
|
||||
if (item.LesionType == 0 && item?.measureObj?.data.remark !== this.lesionMark) num++
|
||||
})
|
||||
}
|
||||
if (num <= 0 && !this.questionForm.RowId) {
|
||||
|
|
Loading…
Reference in New Issue