ui-process-h5 3.3.8 → 3.3.9

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.
@@ -4783,6 +4783,11 @@ const Mn = /* @__PURE__ */ function() {
4783
4783
  TopTips: rt
4784
4784
  },
4785
4785
  props: {
4786
+ extraReqParams: {
4787
+ type: Object,
4788
+ default: () => {
4789
+ }
4790
+ },
4786
4791
  isCheckType: {
4787
4792
  type: String,
4788
4793
  default: "0"
@@ -5258,6 +5263,7 @@ const Mn = /* @__PURE__ */ function() {
5258
5263
  handleSongshen() {
5259
5264
  if (this.btnLoading = !0, this.resubmit)
5260
5265
  this.handleTips("", !0, "loading"), this.request.post("/aws/pis/reactivate", {
5266
+ ...this.extraReqParams,
5261
5267
  processInstId: this.processId,
5262
5268
  isClearHistory: this.isClearHistory,
5263
5269
  reactivateReason: "\u91CD\u65B0\u63D0\u4EA4",
@@ -5286,6 +5292,7 @@ const Mn = /* @__PURE__ */ function() {
5286
5292
  }
5287
5293
  this.request.post("/aws/pis/createAndStart", t).then((s) => {
5288
5294
  s.code === 200 ? (this.show = !1, this.$emit("update:visible", this.show), this.handleTips("\u63D0\u4EA4\u6210\u529F!", !1, "success"), this.$emit("successFn"), this.btnLoading = !1) : s.code == 499 ? this.request.post("/aws/pis/reactivate", {
5295
+ ...this.extraReqParams,
5289
5296
  processInstId: this.processId,
5290
5297
  isClearHistory: this.isClearHistory,
5291
5298
  reactivateReason: "\u91CD\u65B0\u63D0\u4EA4",