提交 2c6aa57c 编写于 作者: Y yelli.hl@foxmail.com

when init workflow, the tenantId linked by the tenantId of user

上级 ee02e553
......@@ -205,7 +205,13 @@
this.syncDefine = dag.syncDefine
this.timeout = dag.timeout || 0
this.checkedTimeout = this.timeout !== 0
this.tenantId = dag.tenantId || -1
if (dag.tenantId === -1) {
this.tenantId = this.store.state.user.userInfo.tenantId
} else {
this.tenantId = dag.tenantId
}
},
mounted () {},
components: {FormTenant, mLocalParams }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册