CDISC导表配置更改
continuous-integration/drone/push Build is passing Details

uat_us
caiyiling 2025-01-14 11:00:30 +08:00
parent 3a6c3d451c
commit a4ec387814
1 changed files with 3 additions and 0 deletions

View File

@ -140,6 +140,9 @@ export default {
} else if ((this.exportInfo.CriterionGroup === 0 || this.exportInfo.CriterionType === 0 ) && item.Code === 1 && (row.HasChildren || row.IsTableQuestion)) { } else if ((this.exportInfo.CriterionGroup === 0 || this.exportInfo.CriterionType === 0 ) && item.Code === 1 && (row.HasChildren || row.IsTableQuestion)) {
// (1) // (1)
return true return true
} else if (item.Code === 8 && (row.HasChildren || row.IsTableQuestion)) {
// CDISC
return true
} else { } else {
return false return false
} }