This commit is contained in:
2025-03-18 20:15:34 +08:00
parent c9fd1b032c
commit eef07fcca8

View File

@@ -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
} }
}) })