查看工作流详情页面

 function assetDetailWF(titleText, wfId) {
        if (wfId != undefined && wfId != "") {
            var options = {
                url: "/wf/_layouts/15/iws.wf.site/pages/InstanceSheets.aspx?InstanceId=" + wfId + "&IsDlg=1",
                title: titleText,
                 1010,
                height: 600
            };
            SP.UI.ModalDialog.showModalDialog(options);
        }
    }
原文地址:https://www.cnblogs.com/lishidefengchen/p/5645967.html