ddy-process-h5 1.0.1-rc.3.79 → 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.
@@ -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.79", Y1 = "> app\u7AEF \u6D41\u7A0B\u63D2\u4EF6", z1 = "./ddy-process-h5.umd.cjs", X1 = "./style.css", Z1 = "module", $1 = {
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"