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/v3/ddy-process-h5.js
CHANGED
|
@@ -19753,10 +19753,10 @@ const n1 = /* @__PURE__ */ Ce(Ub, [["render", s1], ["__scopeId", "data-v-8c1d1ca
|
|
|
19753
19753
|
if (console.log(e, "res"), e.code == 200) {
|
|
19754
19754
|
const t = {};
|
|
19755
19755
|
if (t.currentProcessOriginData = e.data || [], t.currentProcessOriginData.length > 0) {
|
|
19756
|
-
let i = t.currentProcessOriginData[0], s = (i.currentName || "").split(",");
|
|
19757
|
-
s = s.map((
|
|
19758
|
-
realName:
|
|
19759
|
-
avatar: "",
|
|
19756
|
+
let i = t.currentProcessOriginData[0], s = (i.currentName || "").split(","), n = (i.avatar || "").split(",");
|
|
19757
|
+
s = s.map((r, o) => ({
|
|
19758
|
+
realName: r,
|
|
19759
|
+
avatar: n[o] || "",
|
|
19760
19760
|
phone: "",
|
|
19761
19761
|
ancestorNames: []
|
|
19762
19762
|
})), t.currentMan = s, t.currentFirstNode = i, this.currentProcess = t;
|