提交 efb8d672 编写于 作者: RedPig97's avatar RedPig97

update: 开始流程多语言

上级 a0cf597f
......@@ -46,7 +46,7 @@
if (targetView) {
const tempContext = Util.deepCopy(that.context);
<#noparse>const tempViewParams = { actionView: `WFSTART@${item['modelversion']}`, actionForm: item['process-form'] };</#noparse>
const container: Subject<any> = that.$appmodal.openModal({viewname: targetView.viewname, title: (this.$t(targetView.title) as string), height: targetView.height, width: targetView.width}, tempContext, tempViewParams);
const container: Subject<any> = that.$appmodal.openModal({viewname: targetView.viewname, title: targetView.title, height: targetView.height, width: targetView.width}, tempContext, tempViewParams);
container.subscribe((result: any) => {
if (!result || !Object.is(result.ret, 'OK')) {
return;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册