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
package/v2/ui-process-h5.js
CHANGED
|
@@ -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
|
-
})),
|
|
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
|
},
|