Commit 6ee0079f authored by Mac's avatar Mac

1

parent 5ab4055d
...@@ -289,9 +289,12 @@ ...@@ -289,9 +289,12 @@
if (show == true) { if (show == true) {
return return
} }
// if(x.CompKey=='DorpDownList' && x.CompData.IsMultiple==true){ if(x.CompKey=='DorpDownList' && x.CompData.IsMultiple==true){
// x.CompData.OptionValue = x.CompData.OptionValue.join(',') if(Array.isArray(x.CompData.OptionValue)){
// } x.CompData.OptionValue = x.CompData.OptionValue.join(',')
}
}
if (x.CompData.IsRequire && x.CompData.IsRequire == true) { if (x.CompData.IsRequire && x.CompData.IsRequire == true) {
if ((x.CompKey == 'SingleLineText' || x.CompKey == 'MultiLineText') && x.CompData if ((x.CompKey == 'SingleLineText' || x.CompKey == 'MultiLineText') && x.CompData
.TextValue == '') { //单行输入或者多行 .TextValue == '') { //单行输入或者多行
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment