|
@@ -119,11 +119,11 @@ function getNodeException(node, nodeObj) {
|
|
if (item.nodeName == `${prefix}:unusualTask`) {
|
|
if (item.nodeName == `${prefix}:unusualTask`) {
|
|
let formName = '', formType = item.attributes.formType?.nodeValue || '';
|
|
let formName = '', formType = item.attributes.formType?.nodeValue || '';
|
|
|
|
|
|
- if (formType == 'designForm') {
|
|
|
|
- formName = item.getAttribute('compName') + '-' + item.getAttribute('scriptName');
|
|
|
|
- } else {
|
|
|
|
- formName = item.getAttribute('scriptName');
|
|
|
|
- }
|
|
|
|
|
|
+ // if (formType == 'designForm') {
|
|
|
|
+ formName = item.getAttribute('compName') + '-' + item.getAttribute('scriptName');
|
|
|
|
+ // } else {
|
|
|
|
+ // formName = item.getAttribute('scriptName');
|
|
|
|
+ // }
|
|
res.push({
|
|
res.push({
|
|
scriptKey: item.attributes.scriptKey?.nodeValue,
|
|
scriptKey: item.attributes.scriptKey?.nodeValue,
|
|
// scriptTriggerType: item.attributes?.scriptTriggerType?.nodeValue || 0,
|
|
// scriptTriggerType: item.attributes?.scriptTriggerType?.nodeValue || 0,
|