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

模板字符串转译

上级 dd93218a
......@@ -111,7 +111,7 @@ import { toastController, alertController } from '@ionic/core';
if(linkItem && linkItem.sequenceflowview && this.viewRefData[`WFACTION@Mob${r'${linkItem.sequenceflowview}'}`]){
let tempContext:any = this.$util.deepCopy(this.context);
let tempViewParam:any = {actionView:linkItem.sequenceflowview,actionForm:linkItem.sequenceflowform};
let targetView:any = this.viewRefData[`WFACTION@Mob${linkItem.sequenceflowview}`];
let targetView:any = this.viewRefData[`WFACTION@Mob${r'${linkItem.sequenceflowview}'}`];
const result: any = await this.$appmodal.openModal(targetView,tempContext,tempViewParam);
if (result || Object.is(result.ret, 'OK')) {
const { datas } = result;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册