提交 f1a90267 编写于 作者: KK's avatar KK

工作流提交接口参数调整

上级 d4f2f08e
......@@ -68,7 +68,7 @@ export class FormServiceBase extends ControlServiceBase {
if (Util.isFunction(this.service[action])) {
response = await this.service[action](context, data, isLoading);
} else {
response = await this.service.WFSubmit(context, data, wfdata);
response = await this.service.WFSubmit(context, data,isLoading, wfdata);
}
if (!response.isError()) {
response = this.handleResponse(action, response);
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册