ddy-process-pc-vue3 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 +1 -1
- package/v2/ddy-process-pc-vue3.js +264 -264
- package/v2/ddy-process-pc-vue3.umd.cjs +1 -1
- package/v2/style.css +1 -1
- package/v2.7/ddy-process-pc-vue3.js +5 -5
- package/v2.7/ddy-process-pc-vue3.umd.cjs +1 -1
- package/v2.7/style.css +1 -1
- package/v3/ddy-process-pc-vue3.js +5 -5
- package/v3/ddy-process-pc-vue3.umd.cjs +1 -1
- package/v3/style.css +1 -1
|
@@ -22992,10 +22992,10 @@ const qV = {
|
|
|
22992
22992
|
if (e.code == 200) {
|
|
22993
22993
|
const i = {};
|
|
22994
22994
|
if (i.currentProcessOriginData = e.data || [], i.currentProcessOriginData.length > 0) {
|
|
22995
|
-
let r = i.currentProcessOriginData[0], a = (r.currentName || "").split(",");
|
|
22996
|
-
a = a.map((
|
|
22997
|
-
realName:
|
|
22998
|
-
avatar: "",
|
|
22995
|
+
let r = i.currentProcessOriginData[0], a = (r.currentName || "").split(","), s = (r.avatar || "").split(",");
|
|
22996
|
+
a = a.map((c, p) => ({
|
|
22997
|
+
realName: c,
|
|
22998
|
+
avatar: s[p] || "",
|
|
22999
22999
|
phone: "",
|
|
23000
23000
|
ancestorNames: []
|
|
23001
23001
|
})), i.currentMan = a, i.currentFirstNode = r, this.currentProcess = i;
|
|
@@ -23465,7 +23465,7 @@ var ZV = /* @__PURE__ */ Bi(
|
|
|
23465
23465
|
XV,
|
|
23466
23466
|
!1,
|
|
23467
23467
|
eW,
|
|
23468
|
-
"
|
|
23468
|
+
"688f4d50",
|
|
23469
23469
|
null,
|
|
23470
23470
|
null
|
|
23471
23471
|
);
|