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

移动端工作流标识调整

上级 83ed50f1
......@@ -108,10 +108,10 @@ import { toastController, alertController } from '@ionic/core';
* @memberof ${srfclassname('${view.codeName}')}Base
*/
public async openSrfwfmemo(linkItem:any,datas:any) :Promise<any>{
if(linkItem && linkItem.sequenceflowmobview && this.viewRefData[`WFACTION@Mob${r'${linkItem.sequenceflowmobview}'}`]){
if(linkItem && linkItem.sequenceflowmobview && this.viewRefData[`WFACTION@${r'${linkItem.sequenceflowmobview}'}`]){
let tempContext:any = this.$util.deepCopy(this.context);
let tempViewParam:any = {actionView:linkItem.sequenceflowmobview,actionForm:linkItem.sequenceflowmobform};
let targetView:any = this.viewRefData[`WFACTION@Mob${r'${linkItem.sequenceflowmobview}'}`];
let targetView:any = this.viewRefData[`WFACTION@${r'${linkItem.sequenceflowmobview}'}`];
const result: any = await this.$appmodal.openModal(targetView,tempContext,tempViewParam);
if (result || Object.is(result.ret, 'OK')) {
const { datas } = result;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册