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.
package/v3/ui-process-h5.js
CHANGED
|
@@ -2708,6 +2708,11 @@ const Vs = /* @__PURE__ */ M(xo, [["render", qo], ["__scopeId", "data-v-15c177a8
|
|
|
2708
2708
|
TopTips: ee
|
|
2709
2709
|
},
|
|
2710
2710
|
props: {
|
|
2711
|
+
extraReqParams: {
|
|
2712
|
+
type: Object,
|
|
2713
|
+
default: () => {
|
|
2714
|
+
}
|
|
2715
|
+
},
|
|
2711
2716
|
isCheckType: {
|
|
2712
2717
|
type: String,
|
|
2713
2718
|
default: "0"
|
|
@@ -3183,6 +3188,7 @@ const Vs = /* @__PURE__ */ M(xo, [["render", qo], ["__scopeId", "data-v-15c177a8
|
|
|
3183
3188
|
handleSongshen() {
|
|
3184
3189
|
if (this.btnLoading = !0, this.resubmit)
|
|
3185
3190
|
this.handleTips("", !0, "loading"), this.request.post("/aws/pis/reactivate", {
|
|
3191
|
+
...this.extraReqParams,
|
|
3186
3192
|
processInstId: this.processId,
|
|
3187
3193
|
isClearHistory: this.isClearHistory,
|
|
3188
3194
|
reactivateReason: "\u91CD\u65B0\u63D0\u4EA4",
|
|
@@ -3211,6 +3217,7 @@ const Vs = /* @__PURE__ */ M(xo, [["render", qo], ["__scopeId", "data-v-15c177a8
|
|
|
3211
3217
|
}
|
|
3212
3218
|
this.request.post("/aws/pis/createAndStart", e).then((t) => {
|
|
3213
3219
|
t.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) : t.code == 499 ? this.request.post("/aws/pis/reactivate", {
|
|
3220
|
+
...this.extraReqParams,
|
|
3214
3221
|
processInstId: this.processId,
|
|
3215
3222
|
isClearHistory: this.isClearHistory,
|
|
3216
3223
|
reactivateReason: "\u91CD\u65B0\u63D0\u4EA4",
|