update ruoyi-ui/src/components/Process/panel/formPanel.vue.

fix:在流程设计页面,用户任务节点->表单配置中,切换流程表单时无法正常显示选中表单的问题
This commit is contained in:
顾北清
2025-06-05 05:59:36 +00:00
committed by Gitee
parent 0d0a73d5f3
commit 0a07177502

View File

@@ -31,7 +31,9 @@ export default {
data() {
return {
formList: [], // 表单数据
bpmnFormData: {}
bpmnFormData: {
formKey: ''
}
}
},