mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-11-09 10:54:46 +08:00
修复删除流程模版,列表分页问题,添加模版预览功能
This commit is contained in:
@@ -37,7 +37,7 @@ wfdesignerRedraw();
|
||||
$(function () {
|
||||
$(".workflowcmd")
|
||||
.on("click", function () { //执行命令
|
||||
$.post("/CommonApplies/ExeCmd?id=" +$("#processId").val() +"&cmd=" +$(this).val() ,
|
||||
$.post("/FlowInstances/ExeCmd?id=" +$("#processId").val() +"&cmd=" +$(this).val() ,
|
||||
function (data) {
|
||||
if (data.Status) {
|
||||
location.reload();
|
||||
|
||||
Reference in New Issue
Block a user