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/v3/ui-process-h5.js
CHANGED
|
@@ -4245,8 +4245,8 @@ const Uu = Te({
|
|
|
4245
4245
|
});
|
|
4246
4246
|
},
|
|
4247
4247
|
handleSongshen() {
|
|
4248
|
-
if (this.
|
|
4249
|
-
this.request.post("/aws/pis/reactivate", {
|
|
4248
|
+
if (this.resubmit)
|
|
4249
|
+
this.handleTips("", !0, "loading"), this.request.post("/aws/pis/reactivate", {
|
|
4250
4250
|
processInstId: this.processId,
|
|
4251
4251
|
isClearHistory: this.isClearHistory,
|
|
4252
4252
|
reactivateReason: "\u91CD\u65B0\u63D0\u4EA4",
|
|
@@ -4257,6 +4257,7 @@ const Uu = Te({
|
|
|
4257
4257
|
this.handleTips(e.msg, !0, "error");
|
|
4258
4258
|
});
|
|
4259
4259
|
else {
|
|
4260
|
+
this.handleTips("", !0, "loading");
|
|
4260
4261
|
let e = {
|
|
4261
4262
|
title: this.titleData,
|
|
4262
4263
|
processDefId: this.checkedItem.id,
|