解决设计器模型bug

This commit is contained in:
xiaocp2009 2025-11-03 15:38:08 +08:00
parent 2db548ee6e
commit 1649c50818
2 changed files with 6 additions and 0 deletions

View File

@ -351,6 +351,7 @@ async function getTreeData() {
const { data: tree, error } = await fetchGetCategoryTree();
if (!error) {
categoryData.value = tree;
/*expandedKeys.value = tree.length > 1 ? [tree[tree.length-1].id]:[0];*/
}
endCategoryLoading();
}

View File

@ -46,6 +46,11 @@ public class FlowDefinitionVo implements Serializable {
*/
private String flowCode;
/**
* 设计器模型CLASSICS经典模型 MIMIC仿钉钉模型
*/
private String modelValue;
/**
* 流程定义名称
*/