ui-process-h5 2.5.7 → 2.5.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ui-process-h5",
3
- "version": "2.5.7",
3
+ "version": "2.5.8",
4
4
  "description": "> app端 流程插件",
5
5
  "main": "./ui-process-h5.umd.cjs",
6
6
  "style": "./style.css",
@@ -5799,7 +5799,7 @@ const fr = /* @__PURE__ */ function() {
5799
5799
  type: s.type,
5800
5800
  deptId: this.handleLastStr(s.ancestors, s.subjectId),
5801
5801
  subjectName: this.humanPerformerName === "\u56FA\u5B9A\u5355\u4F4D" ? s.ancestorNames.slice(0, s.ancestorNames.indexOf("/")) : ""
5802
- })), isVue2 ? (this.$set(this.multiNodeParticipant, this.personObjId, []), this.$set(this.partNode, this.personObjId, [])) : (this.multiNodeParticipant[this.partObjId] = [], this.partNode[this.partObjId] = []), e.map((s, t) => {
5802
+ })), this.$set(this.multiNodeParticipant, this.personObjId, []), this.$set(this.partNode, this.personObjId, []), e.map((s, t) => {
5803
5803
  this.multiNodeParticipant[this.personObjId].push(s.uid), this.partNode[this.personObjId].push(s.name);
5804
5804
  }), this.visiblePerson = !1;
5805
5805
  },