|
@@ -6,7 +6,7 @@ type ModelContentConfig = {
|
|
|
p_nodeNames?: string[]
|
|
|
p_nodeKeys?: string[]
|
|
|
childNode: ModelContentConfig | null
|
|
|
- lastNode_local_status?: string
|
|
|
+
|
|
|
conditionNodes?: {
|
|
|
nodeName: string
|
|
|
local_status?: string
|
|
@@ -61,10 +61,6 @@ export const package_modelContentConfig = (data: ModelContentConfig, renderNodes
|
|
|
cur_nodeKey = nodeKey
|
|
|
}
|
|
|
}
|
|
|
- if (nodeKey === 'flk_end') {
|
|
|
-
|
|
|
- data.lastNode_local_status = local_status_obj[renderNodes[nodeKey]]
|
|
|
- }
|
|
|
})
|
|
|
|
|
|
const curNode = nodeKeyObj[cur_nodeKey] as ModelContentConfig
|