Commit 93a60318 by 任晓松

update

parent 5b691945
...@@ -194,7 +194,9 @@ class ForminfoService extends ServiceBase { ...@@ -194,7 +194,9 @@ class ForminfoService extends ServiceBase {
ctl['archName']= 'regionJSON'; ctl['archName']= 'regionJSON';
ctl['rootName'] = '全国区域'; ctl['rootName'] = '全国区域';
} }
ctl['rules'] = rules; if(item.is_required ===1){
ctl['rules'] = rules;
}
ctls.push(ctl); ctls.push(ctl);
} }
}) })
......
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