流程引擎-接口API管理

liskov / 2023-05-25 / 原文

//查看枚举接口
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) {
	 
});