ddy-process-pc-vue3 1.0.1-rc.3.39 → 1.0.1-rc.3.53
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 +7 -6
- package/v2/ddy-process-pc-vue3.umd.cjs +2 -2
- package/v2/style.css +1 -1
- package/v2.7/ddy-process-pc-vue3.js +7 -6
- package/v2.7/ddy-process-pc-vue3.umd.cjs +2 -2
- package/v2.7/style.css +1 -1
- package/v3/ddy-process-pc-vue3.js +7 -6
- package/v3/ddy-process-pc-vue3.umd.cjs +2 -2
- package/v3/style.css +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { resolveComponent as ye, openBlock as w, createElementBlock as P, createElementVNode as F, Fragment as Ce, toDisplayString as de, createCommentVNode as te, createVNode as U, mergeProps as ct, renderList as Qe, withCtx as q, createBlock as oe, withModifiers as Ve, renderSlot as se, createTextVNode as Ze, normalizeClass as N, normalizeStyle as Ne, resolveDirective as Mr, withDirectives as Ge, defineComponent as Z, warn as ZE, isVNode as no, Comment as Nh, computed as k, getCurrentInstance as st, watch as ve, unref as s, onMounted as it, watchEffect as In, onBeforeUnmount as Wt, isRef as Go, ref as B, inject as Le, onScopeDispose as eT, shallowRef as Vt, onUnmounted as fa, h as Be, Teleport as Ti, onBeforeMount as Ah, nextTick as De, provide as yt, useSlots as Oo, Transition as mo, resolveDynamicComponent as dt, vShow as It, toRef as Yt, reactive as Pt, toRefs as ko, onUpdated as ha, TransitionGroup as d_, useAttrs as ma, cloneVNode as tT, Text as p_, readonly as f_, onDeactivated as oT, withKeys as St, createSlots as mr, normalizeProps as En, toRaw as ra, vModelCheckbox as Tu, vModelRadio as h_, onBeforeUpdate as nT, vModelText as Mh, toHandlers as rT, guardReactiveProps as dd, markRaw as Xi, effectScope as lT, triggerRef as Di, createApp as aT, shallowReactive as iT, render as ei } from "vue";
|
|
2
2
|
import { departPerson as sT } from "checked-pick-pc";
|
|
3
|
-
const cT = "ddy-process-pc-vue3", uT = "1.0.1-rc.3.
|
|
3
|
+
const cT = "ddy-process-pc-vue3", uT = "1.0.1-rc.3.53", dT = "> pc\u7AEF\u6D41\u7A0B\u7EC4\u4EF6", pT = "./ddy-process-pc-vue3.umd.cjs", fT = "./style.css", hT = "module", mT = {
|
|
4
4
|
".": {
|
|
5
5
|
import: "./ddy-process-pc-vue3.js",
|
|
6
6
|
require: "./ddy-process-pc-vue3.umd.cjs"
|
|
@@ -202,15 +202,16 @@ const ro = "/aws", uo = "/bladex/blade-workflow", Qv = "/auth", bt = {
|
|
|
202
202
|
let t = { url: ro + "/repository/getTrackUrl", param: e, type: "get" };
|
|
203
203
|
return vt(t);
|
|
204
204
|
},
|
|
205
|
-
getProcessDefList(e, t) {
|
|
206
|
-
let
|
|
207
|
-
return vt(
|
|
205
|
+
getProcessDefList(e, t, o) {
|
|
206
|
+
let n = { url: uo + "/repository/getProcessDefList", param: { appId: e, processGroupName: t, subjectId: o }, type: "post" };
|
|
207
|
+
return vt(n);
|
|
208
208
|
},
|
|
209
209
|
getProcessDefListNew(e) {
|
|
210
210
|
let t = {
|
|
211
211
|
url: uo + "/repository/getProcessDefList",
|
|
212
212
|
param: {
|
|
213
213
|
...e,
|
|
214
|
+
subjectId: e.userInfo ? e.userInfo.subjectId : "",
|
|
214
215
|
businessCode: e.businessCode || e.businessType
|
|
215
216
|
},
|
|
216
217
|
type: "post"
|
|
@@ -54749,7 +54750,7 @@ const Vle = {
|
|
|
54749
54750
|
});
|
|
54750
54751
|
},
|
|
54751
54752
|
Show(e, t = "", o = !1) {
|
|
54752
|
-
return this.processList = [], this.revival = o, this.processDefId = e, t && bt.repository.getProcessDefList(t, "").then((n) => {
|
|
54753
|
+
return this.processList = [], this.revival = o, this.processDefId = e, t && bt.repository.getProcessDefList(t, "", this.subjectId || "").then((n) => {
|
|
54753
54754
|
n.code == $t.success && n.data.map((r) => {
|
|
54754
54755
|
r.id == e && (this.processDefName = r.name);
|
|
54755
54756
|
});
|
|
@@ -55094,7 +55095,7 @@ function Yle(e, t, o, n, r, l) {
|
|
|
55094
55095
|
}, 8, ["visible", "onClose"])
|
|
55095
55096
|
]);
|
|
55096
55097
|
}
|
|
55097
|
-
const nae = /* @__PURE__ */ bo(Vle, [["render", Yle], ["__scopeId", "data-v-
|
|
55098
|
+
const nae = /* @__PURE__ */ bo(Vle, [["render", Yle], ["__scopeId", "data-v-f0e40311"]]);
|
|
55098
55099
|
var Gle = null;
|
|
55099
55100
|
Promise.resolve().then(() => nr).then(({ ElMessage: e }) => {
|
|
55100
55101
|
e = e;
|