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/v2.7/ddy-process-h5.js
CHANGED
|
@@ -22081,10 +22081,10 @@ const k0 = /* @__PURE__ */ function() {
|
|
|
22081
22081
|
if (console.log(e, "res"), e.code == 200) {
|
|
22082
22082
|
const i = {};
|
|
22083
22083
|
if (i.currentProcessOriginData = e.data || [], i.currentProcessOriginData.length > 0) {
|
|
22084
|
-
let t = i.currentProcessOriginData[0], s = (t.currentName || "").split(",");
|
|
22085
|
-
s = s.map((
|
|
22086
|
-
realName:
|
|
22087
|
-
avatar: "",
|
|
22084
|
+
let t = i.currentProcessOriginData[0], s = (t.currentName || "").split(","), n = (t.avatar || "").split(",");
|
|
22085
|
+
s = s.map((r, a) => ({
|
|
22086
|
+
realName: r,
|
|
22087
|
+
avatar: n[a] || "",
|
|
22088
22088
|
phone: "",
|
|
22089
22089
|
ancestorNames: []
|
|
22090
22090
|
})), i.currentMan = s, i.currentFirstNode = t, this.currentProcess = i;
|