|
@@ -130,7 +130,8 @@ const getCurrentProcessDetailEv = () => {
|
|
|
processKey.value = res.processKey
|
|
|
processName.value = res.processName
|
|
|
remark.value = res.remark
|
|
|
- modelContent.value = res.modelContent
|
|
|
+ let nodeConfig = JSON.parse(res.modelContent).nodeConfig
|
|
|
+ modelContent.value = JSON.stringify(nodeConfig)
|
|
|
processForm.value = res.processForm
|
|
|
flowStore.setProcessForm(processForm)
|
|
|
})
|