ui-process-h5 1.0.17 → 1.0.19
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 +1 -1
- package/v2/ui-process-h5.js +2 -12
- package/v2/ui-process-h5.umd.cjs +1 -1
- package/v2.7/ui-process-h5.js +2 -12
- package/v2.7/ui-process-h5.umd.cjs +1 -1
- package/v3/ui-process-h5.js +2 -12
- package/v3/ui-process-h5.umd.cjs +1 -1
package/v3/ui-process-h5.js
CHANGED
|
@@ -7882,17 +7882,7 @@ const ht = /* @__PURE__ */ function() {
|
|
|
7882
7882
|
);
|
|
7883
7883
|
return;
|
|
7884
7884
|
}
|
|
7885
|
-
|
|
7886
|
-
if (await this.beforeFunction()) {
|
|
7887
|
-
this.handleSongshen();
|
|
7888
|
-
return;
|
|
7889
|
-
} else
|
|
7890
|
-
return;
|
|
7891
|
-
else
|
|
7892
|
-
this.handleSongshen();
|
|
7893
|
-
},
|
|
7894
|
-
async handleSongshen() {
|
|
7895
|
-
this.handleTips("", !0, "loading"), this.resubmit ? (console.log("\u9001\u5BA1\u91CD\u65B0\u63D0\u4EA4", this.multiNodeParticipant), await this.request.post("/aws/pis/reactivate", {
|
|
7885
|
+
this.beforeFunction && await this.beforeFunction(), this.handleTips("", !0, "loading"), this.resubmit ? await this.request.post("/aws/pis/reactivate", {
|
|
7896
7886
|
processInstId: this.processId,
|
|
7897
7887
|
isClearHistory: this.formData.isClearHistory,
|
|
7898
7888
|
reactivateReason: "\u91CD\u65B0\u63D0\u4EA4",
|
|
@@ -7901,7 +7891,7 @@ const ht = /* @__PURE__ */ function() {
|
|
|
7901
7891
|
e.code == 200 ? (this.show = !1, this.$emit("update:visible", this.show), this.handleTips("\u63D0\u4EA4\u6210\u529F!", !1, "success"), this.$emit("successFn")) : this.handleTips(e.msg, !0, "error");
|
|
7902
7892
|
}).catch((e) => {
|
|
7903
7893
|
this.handleTips(e.msg, !0, "error");
|
|
7904
|
-
})
|
|
7894
|
+
}) : (console.log("cccc:::::", this.formData), await this.request.post("/aws/pis/createAndStart", {
|
|
7905
7895
|
title: this.formData.title,
|
|
7906
7896
|
processDefId: this.checkedItem.id,
|
|
7907
7897
|
processBusinessKey: this.formData.id,
|