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

uat_us
caiyiling 2025-01-14 13:43:16 +08:00
parent a4ec387814
commit 84dbcd49f0
1 changed files with 3 additions and 0 deletions

View File

@ -143,6 +143,9 @@ export default {
} else if (item.Code === 8 && (row.HasChildren || row.IsTableQuestion)) { } else if (item.Code === 8 && (row.HasChildren || row.IsTableQuestion)) {
// CDISC // CDISC
return true return true
} else if (item.Code === 2 && row.HasChildren) {
//
return true
} else { } else {
return false return false
} }