提交 7e683d95 编写于 作者: Mosher's avatar Mosher

update:更新

上级 322dc9bb
...@@ -28,8 +28,7 @@ ...@@ -28,8 +28,7 @@
<#if curWorkflow.isUseWFProxyApp()> <#if curWorkflow.isUseWFProxyApp()>
xData.wfstart(args).then((response: any) => { xData.wfstart(args).then((response: any) => {
<#else> <#else>
let localdata:any = {processDefinitionKey:null}; xData.wfstart(args, localdata).then((response: any) => {
xData.wfstart(args,localdata).then((response: any) => {
</#if> </#if>
<#else> <#else>
xData.wfstart(args).then((response: any) => { xData.wfstart(args).then((response: any) => {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册