提交 9bfe8698 编写于 作者: Mosher's avatar Mosher

update:更新

上级 3a9b30bd
......@@ -193,12 +193,12 @@ ${front_block}
delete context.srfparentkey;
}
}
const container: Subject<any> = actionContext.$appmodal.openModal(view, context, {
const container: Subject<any> = actionContext.$appmodal.openModal(view, context, Object.assign({
importId: '${item.getPSAppDEDataImport().codeName}',
serviceName: '${item.getPSAppDataEntity().codeName}',
appDeLogicName: '${item.getPSAppDataEntity().logicName}',
ignoreError: <#if item.getPSAppDEDataImport().getIgnoreError?? && item.getPSAppDEDataImport().getIgnoreError()>true<#else>false</#if>
});
}, tempViewParam));
container.subscribe((result: any) => {
if (Object.is(result.ret, 'OK')) {
actionContext.refresh(result.datas);
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册