mode_flowset.js 299 B

1234567891011
  1. //流程模块【flowset.流程模块列表】下录入页面自定义js页面,初始函数
  2. function initbodys(){
  3. }
  4. function changesubmit(d){
  5. if(d.tables){
  6. var arr = d.tables.split(',');
  7. if(arr.length>10)return '最多只能10个子表,太多子表建议使用多个模块';
  8. }
  9. }