update ruoyi-ui/src/components/Process/panel/formPanel.vue.
fix:在流程设计页面,用户任务节点->表单配置中,切换流程表单时无法正常显示选中表单的问题
This commit is contained in:
@@ -31,7 +31,9 @@ export default {
|
||||
data() {
|
||||
return {
|
||||
formList: [], // 表单数据
|
||||
bpmnFormData: {}
|
||||
bpmnFormData: {
|
||||
formKey: ''
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user