ddy-process-h5 1.0.1-rc.3.73 → 1.0.1-rc.3.77
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-h5.js +4 -6
- package/v2/ddy-process-h5.umd.cjs +1 -1
- package/v2/style.css +1 -1
- package/v2.7/ddy-process-h5.js +4 -6
- package/v2.7/ddy-process-h5.umd.cjs +1 -1
- package/v2.7/style.css +1 -1
- package/v3/ddy-process-h5.js +4 -6
- package/v3/ddy-process-h5.umd.cjs +1 -1
- package/v3/style.css +1 -1
package/package.json
CHANGED
package/v2/ddy-process-h5.js
CHANGED
|
@@ -19335,7 +19335,7 @@ const jh = /* @__PURE__ */ function() {
|
|
|
19335
19335
|
multiNodeParticipant: this.multiNodeParticipant,
|
|
19336
19336
|
firstNodeId: this.firstPerson && this.firstPerson.length > 0 ? this.firstPerson[0].id : "",
|
|
19337
19337
|
processInstId: this.extraParams.processInstId,
|
|
19338
|
-
vars: { ...this.extraParams, _businessDeptId: this.businessDeptIdData }
|
|
19338
|
+
vars: { businessType: this.businessType, ...this.extraParams, _businessDeptId: this.businessDeptIdData }
|
|
19339
19339
|
}).then((e) => {
|
|
19340
19340
|
e.code == 200 ? (this.show = !1, this.$emit("update:visible", this.show), this.handleTips("\u63D0\u4EA4\u6210\u529F!", !1, "success"), this.$emit("successFn"), this.btnLoading = !1) : (this.handleTips(e.msg, !0, "error"), this.btnLoading = !1);
|
|
19341
19341
|
}).catch((e) => {
|
|
@@ -20206,7 +20206,7 @@ const iI = {
|
|
|
20206
20206
|
if (this.param.annex && this.param.annex.length) {
|
|
20207
20207
|
this.otherList = this.param.annex;
|
|
20208
20208
|
let e = this.otherList.split(";");
|
|
20209
|
-
this.limit = e[2], this.requires = JSON.parse(e[1]), this.labels = e[0];
|
|
20209
|
+
this.limit = e[2], this.requires = e[1] ? JSON.parse(e[1]) : !1, this.labels = e[0];
|
|
20210
20210
|
}
|
|
20211
20211
|
},
|
|
20212
20212
|
handleCallback(e) {
|
|
@@ -20256,7 +20256,7 @@ var nI = /* @__PURE__ */ ve(
|
|
|
20256
20256
|
tI,
|
|
20257
20257
|
!1,
|
|
20258
20258
|
sI,
|
|
20259
|
-
"
|
|
20259
|
+
"62fe31ec",
|
|
20260
20260
|
null,
|
|
20261
20261
|
null
|
|
20262
20262
|
);
|
|
@@ -24516,8 +24516,6 @@ const uT = /* @__PURE__ */ function() {
|
|
|
24516
24516
|
), this.cctaskTopPopupTitle = e;
|
|
24517
24517
|
},
|
|
24518
24518
|
async getNextNode(e) {
|
|
24519
|
-
if (this.ProcessInsObj.process && (this.ProcessInsObj.process || {}).taskParentId)
|
|
24520
|
-
return !0;
|
|
24521
24519
|
let t;
|
|
24522
24520
|
try {
|
|
24523
24521
|
t = await this.request.get("/bladex/blade-workflow/tis/simulation", {
|
|
@@ -25054,7 +25052,7 @@ function mT(e) {
|
|
|
25054
25052
|
}
|
|
25055
25053
|
const ST = /* @__PURE__ */ function() {
|
|
25056
25054
|
return fT.exports;
|
|
25057
|
-
}(), gT = "ddy-process-h5", yT = "1.0.1-rc.3.
|
|
25055
|
+
}(), gT = "ddy-process-h5", yT = "1.0.1-rc.3.77", vT = "> app\u7AEF \u6D41\u7A0B\u63D2\u4EF6", AT = "./ddy-process-h5.umd.cjs", bT = "./style.css", CT = "module", wT = {
|
|
25058
25056
|
".": {
|
|
25059
25057
|
import: "./ddy-process-h5.js",
|
|
25060
25058
|
require: "./ddy-process-h5.umd.cjs"
|