提交 2662f0b7 编写于 作者: NoSubject's avatar NoSubject

修复版式文件签发人脚本计算错误

上级 370010da
...@@ -3183,6 +3183,7 @@ debugger; ...@@ -3183,6 +3183,7 @@ debugger;
if (name=="signer"){ if (name=="signer"){
var strs = []; var strs = [];
var strLength = 0; var strLength = 0;
if (o2.typeOf(v)!=="array") v = [v];
v.each(function(value){ v.each(function(value){
if (o2.typeOf(value)=="object" && value.distinguishedName){ if (o2.typeOf(value)=="object" && value.distinguishedName){
if (value.name.length>strLength) strLength = value.name.length; if (value.name.length>strLength) strLength = value.name.length;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册