From 105537c49eddca42ceeec636f144d7a9b51ec978 Mon Sep 17 00:00:00 2001 From: caiyiling <1321909229@qq.com> Date: Mon, 19 May 2025 15:18:48 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9D=9E=E6=B7=8B=E5=B7=B4=E7=BB=93=E9=9D=B6?= =?UTF-8?q?=E7=97=85=E7=81=B6=E4=BF=9D=E5=AD=98=E9=AA=8C=E8=AF=81=E6=9B=B4?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../reading/dicoms3D/components/mRecist/QuestionList.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/views/trials/trials-panel/reading/dicoms3D/components/mRecist/QuestionList.vue b/src/views/trials/trials-panel/reading/dicoms3D/components/mRecist/QuestionList.vue index 1cb9919f..0c1fc0c7 100644 --- a/src/views/trials/trials-panel/reading/dicoms3D/components/mRecist/QuestionList.vue +++ b/src/views/trials/trials-panel/reading/dicoms3D/components/mRecist/QuestionList.vue @@ -837,10 +837,9 @@ export default { const innerForm = this.innerFormData[`${table.Id}_${rowIndex}`] if (table.LesionType === 0 && this.isBaseLineTask && !innerForm.IsLymphNodes && !innerForm.IntrahepaticLesion) { const arr = Object.values(this.innerFormData).filter( - obj => !obj.IntrahepaticLesion && (obj.LesionOrgan === '肝脏' || obj.LesionOrgan === 'Liver') && obj.LesionType === 0 && obj.SaveTypeEnum === 2 + obj => !obj.IsLymphNodes && obj.LesionType === 0 && obj.LesionName !== innerForm.LesionName ) - - if (arr.length === 0) { + if (arr.length === 0 && !innerForm.RowId) { const confirm = await this.$confirm( this.$t('trials:mRecist:warnning:msg7'), {