dcmjs关闭长度校验
continuous-integration/drone/push Build is passing Details

uat_us v1.5.1
caiyiling 2024-06-26 17:54:38 +08:00
parent bb6bf409b7
commit 5133f9e3d7
1 changed files with 1 additions and 0 deletions

View File

@ -8359,6 +8359,7 @@
allowInvalidVRLength: false
};
var allowInvalidVRLength = writeOptions.allowInvalidVRLength;
allowInvalidVRLength = true
var valid = true,
valarr = Array.isArray(value) ? value : [value],
total = 0;