Skip to content

Instantly share code, notes, and snippets.

@JohnWong
Created December 14, 2015 07:01
Show Gist options
  • Save JohnWong/f5d7dda7a67c065fa3c9 to your computer and use it in GitHub Desktop.
Save JohnWong/f5d7dda7a67c065fa3c9 to your computer and use it in GitHub Desktop.
批量忽略工作流平台人物
$("span.show-action").each(function(idx,ele){$.get("https://bpms.alibaba-inc.com/workdesk/taskcenter/ignoreTask.jsonp?sourceId=AliPayApprove&systemType=AliPay&taskId=" + $(ele).data("value").taskId)})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment