流程引擎-接口API管理
//查看枚举接口 common_post.postPortal({ "ac": "get_enum_items_by_id", id:"枚举ID" }).then(function (data) { });
//查看数据详情 common_post.postPortal({"ac": "get_one_when_edit_from_portal", "tabid": "表ID", "id": "数据ID", "arr": []}).then(function (obj, status) { });
//查询数据 common_post.postPortal({ "ac": "get_data_by_sql_back_data_table_from_portal_with_table_id", "sql": "select * from table_id where yiqileixing='科学仪器中心' ", "table_id": "f1e14f985e5949fba1aa5d54dbec1663" }).then(function (data) { });