ddy-process-h5 1.0.1-rc.3.77 → 1.0.1-rc.3.81
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/v2.7/ddy-process-h5.js
CHANGED
|
@@ -18712,7 +18712,7 @@ const nh = /* @__PURE__ */ function() {
|
|
|
18712
18712
|
multiNodeParticipant: this.multiNodeParticipant,
|
|
18713
18713
|
firstNodeId: this.firstPerson && this.firstPerson.length > 0 ? this.firstPerson[0].id : "",
|
|
18714
18714
|
processInstId: this.extraParams.processInstId,
|
|
18715
|
-
vars: { businessType: this.businessType, ...this.extraParams, _businessDeptId: this.businessDeptIdData }
|
|
18715
|
+
vars: { businessType: this.businessType, deptId: this.businessDeptIdData, reactivate: !0, showType: all, subjectId: this.businessSubjectId, ...this.extraParams, _businessDeptId: this.businessDeptIdData }
|
|
18716
18716
|
}).then((e) => {
|
|
18717
18717
|
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);
|
|
18718
18718
|
}).catch((e) => {
|
|
@@ -23481,6 +23481,7 @@ const cT = /* @__PURE__ */ function() {
|
|
|
23481
23481
|
selfTapList: { require: !1, default: () => [], type: Array },
|
|
23482
23482
|
processDefId: { require: !0, default: "", type: String },
|
|
23483
23483
|
processInstId: { require: !0, default: "", type: String },
|
|
23484
|
+
taskId: { require: !1, default: "", type: String },
|
|
23484
23485
|
isAdditional: { require: !1, default: !1, type: Boolean },
|
|
23485
23486
|
isView: { default: !1, type: Boolean },
|
|
23486
23487
|
businessSubjectId: { default: "", type: String },
|
|
@@ -23587,7 +23588,6 @@ const cT = /* @__PURE__ */ function() {
|
|
|
23587
23588
|
taskState: NaN,
|
|
23588
23589
|
taskCurrent: 0,
|
|
23589
23590
|
taskObj: {},
|
|
23590
|
-
taskId: "",
|
|
23591
23591
|
taskNodeShow: !1,
|
|
23592
23592
|
actionShow: !1,
|
|
23593
23593
|
titleText: "",
|
|
@@ -23787,7 +23787,7 @@ const cT = /* @__PURE__ */ function() {
|
|
|
23787
23787
|
methods: {
|
|
23788
23788
|
async getCurrentProcess() {
|
|
23789
23789
|
this.request.get("/bladex/blade-workflow/repository/queryTaskNodeList", {
|
|
23790
|
-
params: { processInstId: this.processIntId }
|
|
23790
|
+
params: this.taskId ? { processInstId: this.processIntId, taskId: this.taskId } : { processInstId: this.processIntId }
|
|
23791
23791
|
}).then((e) => {
|
|
23792
23792
|
if (e.code == 200) {
|
|
23793
23793
|
const t = {};
|
|
@@ -24429,7 +24429,7 @@ function fT(e) {
|
|
|
24429
24429
|
}
|
|
24430
24430
|
const _T = /* @__PURE__ */ function() {
|
|
24431
24431
|
return hT.exports;
|
|
24432
|
-
}(), mT = "ddy-process-h5", gT = "1.0.1-rc.3.
|
|
24432
|
+
}(), mT = "ddy-process-h5", gT = "1.0.1-rc.3.81", yT = "> app\u7AEF \u6D41\u7A0B\u63D2\u4EF6", vT = "./ddy-process-h5.umd.cjs", AT = "./style.css", bT = "module", CT = {
|
|
24433
24433
|
".": {
|
|
24434
24434
|
import: "./ddy-process-h5.js",
|
|
24435
24435
|
require: "./ddy-process-h5.umd.cjs"
|