ddy-process-h5 1.0.1-rc.3.79 → 1.0.1-rc.3.83
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
|
@@ -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: "",
|
|
@@ -19383,7 +19383,7 @@ const E1 = /* @__PURE__ */ Ae(l1, [["render", I1], ["__scopeId", "data-v-5024d10
|
|
|
19383
19383
|
async handler(e, t) {
|
|
19384
19384
|
this.$nextTick(() => {
|
|
19385
19385
|
this.processIntId = this.processInstId || this.formData.processId || this.formData.processInstId, e && (this.request.get("/bladex/blade-workflow/tis/getTaskModelDetail", {
|
|
19386
|
-
params: { processInstId: this.processInstId }
|
|
19386
|
+
params: this.taskId ? { processInstId: this.processInstId, taskId: this.taskId } : { processInstId: this.processInstId }
|
|
19387
19387
|
}).then((i) => {
|
|
19388
19388
|
var s;
|
|
19389
19389
|
if (i.code == 200) {
|
|
@@ -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.83", 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"
|