ui-process-h5 1.5.20 → 1.5.22

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.
@@ -4303,7 +4303,7 @@ const Lh = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAYAAACtWK6eAA
4303
4303
  handleSongshen() {
4304
4304
  if (this.btnLoading = !0, this.resubmit)
4305
4305
  this.handleTips("", !0, "loading"), this.request.post("/aws/pis/reactivate", {
4306
- processInstId: "86ab8298-9512-4f0b-8a12-29b7167a8e72",
4306
+ processInstId: this.processId,
4307
4307
  isClearHistory: this.isClearHistory,
4308
4308
  reactivateReason: "\u91CD\u65B0\u63D0\u4EA4",
4309
4309
  multiNodeParticipant: this.multiNodeParticipant
@@ -7658,15 +7658,15 @@ const NA = /* @__PURE__ */ z(AA, [["render", BA], ["__scopeId", "data-v-1bc995da
7658
7658
  });
7659
7659
  },
7660
7660
  handleGetUserTaskModel() {
7661
- this.taskNode && this.taskNode.length && this.request.get("/aws/repository/getUserTaskModel", {
7661
+ this.taskNode && this.taskNode.length ? this.request.get("/aws/repository/getUserTaskModel", {
7662
7662
  params: {
7663
7663
  taskId: this.taskNode[0].taskId
7664
7664
  }
7665
7665
  }).then((e) => {
7666
7666
  e.code == 200 && (this.taskObj = e.data), this.handleGetHeight(), this.$refs.topTips.handleClose();
7667
7667
  }).catch((e) => {
7668
- this.handleGetHeight();
7669
- });
7668
+ this.handleGetHeight(), this.$refs.topTips.handleClose();
7669
+ }) : this.$refs.topTips.handleClose();
7670
7670
  },
7671
7671
  async showOperation(e, s, i, n) {
7672
7672
  if (this.beforeFunction && !this.beforeFunction())