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

模板字符串转译

上级 2dfcbee7
......@@ -108,7 +108,7 @@ import { toastController, alertController } from '@ionic/core';
* @memberof ${srfclassname('${view.codeName}')}Base
*/
public async openSrfwfmemo(linkItem:any,datas:any) :Promise<any>{
if(linkItem && linkItem.sequenceflowview && <#noparse>this.viewRefData[`WFACTION@Mob${linkItem.sequenceflowview}`]</#noparse>){
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}`];
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册