|
@@ -125,7 +125,7 @@ function getNodeException(node, nodeObj) {
|
|
|
scriptKey: item.attributes.scriptKey?.nodeValue,
|
|
|
// scriptTriggerType: item.attributes?.scriptTriggerType?.nodeValue || 0,
|
|
|
scriptTriggerType: 0,
|
|
|
- nodeFormType: item.getAttribute('formType'),
|
|
|
+ scriptNodeFormType: item.getAttribute('formType'),
|
|
|
scriptNodeName: formName,
|
|
|
formKey: item.getAttribute('formId')
|
|
|
})
|