ddy-process-h5 1.0.1-rc.2.33 → 1.0.1-rc.2.35
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/ddy-process-h5.js
CHANGED
|
@@ -22704,10 +22704,10 @@ const NC = /* @__PURE__ */ function() {
|
|
|
22704
22704
|
if (console.log(e, "res"), e.code == 200) {
|
|
22705
22705
|
const i = {};
|
|
22706
22706
|
if (i.currentProcessOriginData = e.data || [], i.currentProcessOriginData.length > 0) {
|
|
22707
|
-
let t = i.currentProcessOriginData[0], s = (t.currentName || "").split(",");
|
|
22708
|
-
s = s.map((
|
|
22709
|
-
realName:
|
|
22710
|
-
avatar: "",
|
|
22707
|
+
let t = i.currentProcessOriginData[0], s = (t.currentName || "").split(","), n = (t.avatar || "").split(",");
|
|
22708
|
+
s = s.map((r, a) => ({
|
|
22709
|
+
realName: r,
|
|
22710
|
+
avatar: n[a] || "",
|
|
22711
22711
|
phone: "",
|
|
22712
22712
|
ancestorNames: []
|
|
22713
22713
|
})), i.currentMan = s, i.currentFirstNode = t, this.currentProcess = i;
|