ui-process-h5 1.1.2 → 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.
@@ -10625,9 +10625,9 @@ const bb = /* @__PURE__ */ te(NC, [["render", _C], ["__scopeId", "data-v-821189c
10625
10625
  await this.handleSongshen();
10626
10626
  });
10627
10627
  },
10628
- async handleSongshen() {
10628
+ handleSongshen() {
10629
10629
  if (this.handleTips("", !0, "loading"), this.resubmit)
10630
- await this.request.post("/aws/pis/reactivate", {
10630
+ this.request.post("/aws/pis/reactivate", {
10631
10631
  processInstId: this.processId,
10632
10632
  isClearHistory: this.isClearHistory,
10633
10633
  reactivateReason: "\u91CD\u65B0\u63D0\u4EA4",
@@ -10647,7 +10647,7 @@ const bb = /* @__PURE__ */ te(NC, [["render", _C], ["__scopeId", "data-v-821189c
10647
10647
  multiNodeParticipant: this.multiNodeParticipant,
10648
10648
  todoParameter: this.todoParameterData
10649
10649
  };
10650
- 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) => {
10651
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", {
10652
10652
  processInstId: this.processId,
10653
10653
  isClearHistory: this.isClearHistory,