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/v3/ddy-process-h5.js
CHANGED
|
@@ -15018,7 +15018,7 @@ const tl = /* @__PURE__ */ Ae(Iy, [["render", Ry], ["__scopeId", "data-v-7ee61f3
|
|
|
15018
15018
|
multiNodeParticipant: this.multiNodeParticipant,
|
|
15019
15019
|
firstNodeId: this.firstPerson && this.firstPerson.length > 0 ? this.firstPerson[0].id : "",
|
|
15020
15020
|
processInstId: this.extraParams.processInstId,
|
|
15021
|
-
vars: { businessType: this.businessType, ...this.extraParams, _businessDeptId: this.businessDeptIdData }
|
|
15021
|
+
vars: { businessType: this.businessType, deptId: this.businessDeptIdData, reactivate: !0, showType: all, subjectId: this.businessSubjectId, ...this.extraParams, _businessDeptId: this.businessDeptIdData }
|
|
15022
15022
|
}).then((e) => {
|
|
15023
15023
|
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);
|
|
15024
15024
|
}).catch((e) => {
|
|
@@ -19231,6 +19231,7 @@ const E1 = /* @__PURE__ */ Ae(l1, [["render", I1], ["__scopeId", "data-v-5024d10
|
|
|
19231
19231
|
selfTapList: { require: !1, default: () => [], type: Array },
|
|
19232
19232
|
processDefId: { require: !0, default: "", type: String },
|
|
19233
19233
|
processInstId: { require: !0, default: "", type: String },
|
|
19234
|
+
taskId: { require: !1, default: "", type: String },
|
|
19234
19235
|
isAdditional: { require: !1, default: !1, type: Boolean },
|
|
19235
19236
|
isView: { default: !1, type: Boolean },
|
|
19236
19237
|
businessSubjectId: { default: "", type: String },
|
|
@@ -19337,7 +19338,6 @@ const E1 = /* @__PURE__ */ Ae(l1, [["render", I1], ["__scopeId", "data-v-5024d10
|
|
|
19337
19338
|
taskState: NaN,
|
|
19338
19339
|
taskCurrent: 0,
|
|
19339
19340
|
taskObj: {},
|
|
19340
|
-
taskId: "",
|
|
19341
19341
|
taskNodeShow: !1,
|
|
19342
19342
|
actionShow: !1,
|
|
19343
19343
|
titleText: "",
|
|
@@ -19537,7 +19537,7 @@ const E1 = /* @__PURE__ */ Ae(l1, [["render", I1], ["__scopeId", "data-v-5024d10
|
|
|
19537
19537
|
methods: {
|
|
19538
19538
|
async getCurrentProcess() {
|
|
19539
19539
|
this.request.get("/bladex/blade-workflow/repository/queryTaskNodeList", {
|
|
19540
|
-
params: { processInstId: this.processIntId }
|
|
19540
|
+
params: this.taskId ? { processInstId: this.processIntId, taskId: this.taskId } : { processInstId: this.processIntId }
|
|
19541
19541
|
}).then((e) => {
|
|
19542
19542
|
if (e.code == 200) {
|
|
19543
19543
|
const t = {};
|
|
@@ -20145,7 +20145,7 @@ function K1(e, t, i, s, n, r) {
|
|
|
20145
20145
|
}, 8, ["titleText", "visible"])
|
|
20146
20146
|
]);
|
|
20147
20147
|
}
|
|
20148
|
-
const lw = /* @__PURE__ */ Ae(x1, [["render", K1], ["__scopeId", "data-v-773f6eab"]]), H1 = "ddy-process-h5", W1 = "1.0.1-rc.3.
|
|
20148
|
+
const lw = /* @__PURE__ */ Ae(x1, [["render", K1], ["__scopeId", "data-v-773f6eab"]]), H1 = "ddy-process-h5", W1 = "1.0.1-rc.3.81", Y1 = "> app\u7AEF \u6D41\u7A0B\u63D2\u4EF6", z1 = "./ddy-process-h5.umd.cjs", X1 = "./style.css", Z1 = "module", $1 = {
|
|
20149
20149
|
".": {
|
|
20150
20150
|
import: "./ddy-process-h5.js",
|
|
20151
20151
|
require: "./ddy-process-h5.umd.cjs"
|