Created
December 14, 2015 07:01
-
-
Save JohnWong/f5d7dda7a67c065fa3c9 to your computer and use it in GitHub Desktop.
批量忽略工作流平台人物
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$("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