ui-process-h5 1.2.33 → 1.3.1
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
|
@@ -9729,8 +9729,8 @@ const db = {
|
|
|
9729
9729
|
});
|
|
9730
9730
|
},
|
|
9731
9731
|
handleSongshen() {
|
|
9732
|
-
if (this.
|
|
9733
|
-
this.request.post("/aws/pis/reactivate", {
|
|
9732
|
+
if (this.resubmit)
|
|
9733
|
+
this.handleTips("", !0, "loading"), this.request.post("/aws/pis/reactivate", {
|
|
9734
9734
|
processInstId: this.processId,
|
|
9735
9735
|
isClearHistory: this.isClearHistory,
|
|
9736
9736
|
reactivateReason: "\u91CD\u65B0\u63D0\u4EA4",
|
|
@@ -9741,6 +9741,7 @@ const db = {
|
|
|
9741
9741
|
this.handleTips(e.msg, !0, "error");
|
|
9742
9742
|
});
|
|
9743
9743
|
else {
|
|
9744
|
+
this.handleTips("", !0, "loading");
|
|
9744
9745
|
let e = {
|
|
9745
9746
|
title: this.titleData,
|
|
9746
9747
|
processDefId: this.checkedItem.id,
|