Răsfoiți Sursa

fix:bug处理

lph 1 an în urmă
părinte
comite
0648c1a21f

+ 1 - 1
ruoyi-ui/src/utils/bpmn/getNodeSequence.js

@@ -57,7 +57,7 @@ const getNodeId = (node, flag, nodeList) => {
  */
 function getNodeInfo(nodeId, nodeList) {
   let targetNode = nodeList.find(item => item.id == nodeId)
-  let prefix = getProcessEngine();
+  let prefix = getProcessEngine() + ':';
   let id = targetNode.getAttribute('id')
   let localName = targetNode.localName
   let name = targetNode.getAttribute('name');

+ 2 - 1
ruoyi-ui/src/views/system/bpmnPro/components/bo-utils/getNodeMsg.js

@@ -225,7 +225,8 @@ const blackArr = [
   "BPMNEdge",
   "waypoint",
   "waypoint",
-  "property"
+  "property",
+  "properties"
 ]
 
 /**