ui-process-h5 1.1.1 → 1.1.3

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.
@@ -10621,11 +10621,13 @@ const bb = /* @__PURE__ */ te(NC, [["render", _C], ["__scopeId", "data-v-821189c
10621
10621
  );
10622
10622
  return;
10623
10623
  }
10624
- this.beforeFunction && await this.beforeFunction(), this.manual || await this.handleSongshen();
10624
+ this.beforeFunction && await this.beforeFunction(), this.manual || this.$nextTick(async () => {
10625
+ await this.handleSongshen();
10626
+ });
10625
10627
  },
10626
- async handleSongshen() {
10628
+ handleSongshen() {
10627
10629
  if (this.handleTips("", !0, "loading"), this.resubmit)
10628
- await this.request.post("/aws/pis/reactivate", {
10630
+ this.request.post("/aws/pis/reactivate", {
10629
10631
  processInstId: this.processId,
10630
10632
  isClearHistory: this.isClearHistory,
10631
10633
  reactivateReason: "\u91CD\u65B0\u63D0\u4EA4",
@@ -10645,7 +10647,7 @@ const bb = /* @__PURE__ */ te(NC, [["render", _C], ["__scopeId", "data-v-821189c
10645
10647
  multiNodeParticipant: this.multiNodeParticipant,
10646
10648
  todoParameter: this.todoParameterData
10647
10649
  };
10648
- console.log("\u9A8C\u8BC1\u6761\u4EF6::", e, "this:::", this), await this.request.post("/aws/pis/createAndStart", e).then((t) => {
10650
+ console.log("\u9A8C\u8BC1\u6761\u4EF6::", e, "this:::", this), this.request.post("/aws/pis/createAndStart", e).then((t) => {
10649
10651
  t.code === 200 ? (this.show = !1, this.$emit("update:visible", this.show), this.handleTips("\u63D0\u4EA4\u6210\u529F!", !1, "success"), this.$emit("successFn")) : t.code == 499 ? this.request.post("/aws/pis/reactivate", {
10650
10652
  processInstId: this.processId,
10651
10653
  isClearHistory: this.isClearHistory,