非淋巴结靶病灶保存验证更改

uat
caiyiling 2025-05-19 15:18:48 +08:00
parent 49940ab034
commit 105537c49e
1 changed files with 2 additions and 3 deletions

View File

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