发布v2.6.0版本

This commit is contained in:
雨中磐石
2023-08-22 21:55:04 +08:00
parent f9001fbb46
commit ad77fdd196
17 changed files with 295 additions and 146 deletions

View File

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