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
|
@@ -16,7 +16,7 @@ function vP(e, i) {
|
|
|
16
16
|
}
|
|
17
17
|
return Object.freeze(Object.defineProperty(e, Symbol.toStringTag, { value: "Module" }));
|
|
18
18
|
}
|
|
19
|
-
const bP = "ddy-process-pc-vue3", _P = "1.0.1-rc.3.
|
|
19
|
+
const bP = "ddy-process-pc-vue3", _P = "1.0.1-rc.3.53", yP = "> pc\u7AEF\u6D41\u7A0B\u7EC4\u4EF6", xP = "./ddy-process-pc-vue3.umd.cjs", wP = "./style.css", EP = "module", kP = {
|
|
20
20
|
".": {
|
|
21
21
|
import: "./ddy-process-pc-vue3.js",
|
|
22
22
|
require: "./ddy-process-pc-vue3.umd.cjs"
|
|
@@ -218,15 +218,16 @@ const si = "/aws", Ai = "/bladex/blade-workflow", pD = "/auth", et = {
|
|
|
218
218
|
let i = { url: si + "/repository/getTrackUrl", param: e, type: "get" };
|
|
219
219
|
return Ze(i);
|
|
220
220
|
},
|
|
221
|
-
getProcessDefList(e, i) {
|
|
222
|
-
let
|
|
223
|
-
return Ze(
|
|
221
|
+
getProcessDefList(e, i, r) {
|
|
222
|
+
let a = { url: Ai + "/repository/getProcessDefList", param: { appId: e, processGroupName: i, subjectId: r }, type: "post" };
|
|
223
|
+
return Ze(a);
|
|
224
224
|
},
|
|
225
225
|
getProcessDefListNew(e) {
|
|
226
226
|
let i = {
|
|
227
227
|
url: Ai + "/repository/getProcessDefList",
|
|
228
228
|
param: {
|
|
229
229
|
...e,
|
|
230
|
+
subjectId: e.userInfo ? e.userInfo.subjectId : "",
|
|
230
231
|
businessCode: e.businessCode || e.businessType
|
|
231
232
|
},
|
|
232
233
|
type: "post"
|
|
@@ -24025,7 +24026,7 @@ const HV = {
|
|
|
24025
24026
|
});
|
|
24026
24027
|
},
|
|
24027
24028
|
Show(e, i = "", r = !1) {
|
|
24028
|
-
return this.processList = [], this.revival = r, this.processDefId = e, i && et.repository.getProcessDefList(i, "").then((a) => {
|
|
24029
|
+
return this.processList = [], this.revival = r, this.processDefId = e, i && et.repository.getProcessDefList(i, "", this.subjectId || "").then((a) => {
|
|
24029
24030
|
a.code == Et.success && a.data.map((s) => {
|
|
24030
24031
|
s.id == e && (this.processDefName = s.name);
|
|
24031
24032
|
});
|
|
@@ -24164,7 +24165,7 @@ var UV = /* @__PURE__ */ Bi(
|
|
|
24164
24165
|
$V,
|
|
24165
24166
|
!1,
|
|
24166
24167
|
YV,
|
|
24167
|
-
"
|
|
24168
|
+
"1aef9e89",
|
|
24168
24169
|
null,
|
|
24169
24170
|
null
|
|
24170
24171
|
);
|