解决设计器模型bug
This commit is contained in:
parent
2db548ee6e
commit
1649c50818
@ -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();
|
||||
}
|
||||
|
||||
@ -46,6 +46,11 @@ public class FlowDefinitionVo implements Serializable {
|
||||
*/
|
||||
private String flowCode;
|
||||
|
||||
/**
|
||||
* 设计器模型(CLASSICS经典模型 MIMIC仿钉钉模型)
|
||||
*/
|
||||
private String modelValue;
|
||||
|
||||
/**
|
||||
* 流程定义名称
|
||||
*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user