flow
This commit is contained in:
@@ -269,9 +269,9 @@
|
|||||||
this.users = data.users
|
this.users = data.users
|
||||||
this.roles = data.roles
|
this.roles = data.roles
|
||||||
// 需要动态的给 flowForm 绑定元素
|
// 需要动态的给 flowForm 绑定元素
|
||||||
for( var item of this.dynamiForm){
|
// for( var item of this.dynamiForm){
|
||||||
this.flowForm[item.key] = item.value
|
// this.flowForm[item.key] = item.value
|
||||||
}
|
// }
|
||||||
this.dialogFormVisible = true
|
this.dialogFormVisible = true
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user