|
@@ -431,7 +431,7 @@ const getTaskDetail = () => {
|
|
const modelContent = JSON.parse(data.modelContent || '{}')
|
|
const modelContent = JSON.parse(data.modelContent || '{}')
|
|
const modelContent_config = modelContent.nodeConfig // ?? modelContent.childNode
|
|
const modelContent_config = modelContent.nodeConfig // ?? modelContent.childNode
|
|
if (modelContent_config) {
|
|
if (modelContent_config) {
|
|
- package_modelContentConfig(modelContent_config, data.renderNodes)
|
|
|
|
|
|
+ package_modelContentConfig(modelContent_config, data.renderNodes || {})
|
|
}
|
|
}
|
|
modelContentConfig.value = modelContent_config || {}
|
|
modelContentConfig.value = modelContent_config || {}
|
|
window.modelContentConfig = modelContentConfig
|
|
window.modelContentConfig = modelContentConfig
|