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/package.json
CHANGED
package/v2/ui-process-h5.js
CHANGED
|
@@ -5406,6 +5406,11 @@ const gr = /* @__PURE__ */ function() {
|
|
|
5406
5406
|
TopTips: lt
|
|
5407
5407
|
},
|
|
5408
5408
|
props: {
|
|
5409
|
+
extraReqParams: {
|
|
5410
|
+
type: Object,
|
|
5411
|
+
default: () => {
|
|
5412
|
+
}
|
|
5413
|
+
},
|
|
5409
5414
|
isCheckType: {
|
|
5410
5415
|
type: String,
|
|
5411
5416
|
default: "0"
|
|
@@ -5881,6 +5886,7 @@ const gr = /* @__PURE__ */ function() {
|
|
|
5881
5886
|
handleSongshen() {
|
|
5882
5887
|
if (this.btnLoading = !0, this.resubmit)
|
|
5883
5888
|
this.handleTips("", !0, "loading"), this.request.post("/aws/pis/reactivate", {
|
|
5889
|
+
...this.extraReqParams,
|
|
5884
5890
|
processInstId: this.processId,
|
|
5885
5891
|
isClearHistory: this.isClearHistory,
|
|
5886
5892
|
reactivateReason: "\u91CD\u65B0\u63D0\u4EA4",
|
|
@@ -5909,6 +5915,7 @@ const gr = /* @__PURE__ */ function() {
|
|
|
5909
5915
|
}
|
|
5910
5916
|
this.request.post("/aws/pis/createAndStart", t).then((s) => {
|
|
5911
5917
|
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", {
|
|
5918
|
+
...this.extraReqParams,
|
|
5912
5919
|
processInstId: this.processId,
|
|
5913
5920
|
isClearHistory: this.isClearHistory,
|
|
5914
5921
|
reactivateReason: "\u91CD\u65B0\u63D0\u4EA4",
|