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.
@@ -58715,10 +58715,10 @@ const eae = {
58715
58715
  if (e.code == 200) {
58716
58716
  const t = {};
58717
58717
  if (t.currentProcessOriginData = e.data || [], t.currentProcessOriginData.length > 0) {
58718
- let o = t.currentProcessOriginData[0], n = (o.currentName || "").split(",");
58719
- n = n.map((r) => ({
58720
- realName: r,
58721
- avatar: "",
58718
+ let o = t.currentProcessOriginData[0], n = (o.currentName || "").split(","), r = (o.avatar || "").split(",");
58719
+ n = n.map((l, a) => ({
58720
+ realName: l,
58721
+ avatar: r[a] || "",
58722
58722
  phone: "",
58723
58723
  ancestorNames: []
58724
58724
  })), t.currentMan = n, t.currentFirstNode = o, this.currentProcess = t;
@@ -59558,7 +59558,7 @@ function cae(e, t, o, n, r, l) {
59558
59558
  [k, r.boxLoading && !o.isButton]
59559
59559
  ]);
59560
59560
  }
59561
- const uae = /* @__PURE__ */ Ro(eae, [["render", cae], ["__scopeId", "data-v-64fb3965"]]), dae = async (e, t) => {
59561
+ const uae = /* @__PURE__ */ Ro(eae, [["render", cae], ["__scopeId", "data-v-e1fc5e8a"]]), dae = async (e, t) => {
59562
59562
  const o = t || {}, n = o.dragElement || (o.targetClassName ? sO(e, o.targetClassName) : e.querySelector(".el-dialog"));
59563
59563
  let r;
59564
59564
  new IntersectionObserver((y) => {