靶病灶要是存在不是典型肝内病灶就不提示了
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2025-09-02 14:21:06 +08:00
parent 33e6e77484
commit bc85230ddc
1 changed files with 1 additions and 1 deletions

View File

@ -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) {