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

fix:忽略模板

上级 aea08d5c
...@@ -34,10 +34,10 @@ ...@@ -34,10 +34,10 @@
} }
const openStartView: Function = async (item: any, localdata: any) => { const openStartView: Function = async (item: any, localdata: any) => {
if (item['wfversion']) { if (item['wfversion']) {
<#noparase>const targetView: any = that.viewRefData ? that.viewRefData[`WFSTART@${item['wfversion']}`] : null;</#noparse> <#noparse>const targetView: any = that.viewRefData ? that.viewRefData[`WFSTART@${item['wfversion']}`] : null;</#noparse>
if (targetView) { if (targetView) {
const tempContext = Util.deepCopy(that.context); const tempContext = Util.deepCopy(that.context);
<#noparase>const tempViewParams = { actionView: `WFSTART@${item['wfversion']}`, actionForm: item['process-form'] };</#noparse> <#noparse>const tempViewParams = { actionView: `WFSTART@${item['wfversion']}`, actionForm: item['process-form'] };</#noparse>
ViewOpenService.getInstance().openModal(targetView, tempContext, tempViewParams).then((result: any) => { ViewOpenService.getInstance().openModal(targetView, tempContext, tempViewParams).then((result: any) => {
if (!result || !Object.is(result.ret, 'OK')) { if (!result || !Object.is(result.ret, 'OK')) {
return; return;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册