ui-process-h5 1.3.2 → 1.3.3
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/v2.7/ui-process-h5.js
CHANGED
|
@@ -8787,7 +8787,7 @@ const uy = {
|
|
|
8787
8787
|
multiNodeParticipant: this.multiNodeParticipant,
|
|
8788
8788
|
todoParameter: this.todoParameterData
|
|
8789
8789
|
};
|
|
8790
|
-
if (this.checkedItem.id)
|
|
8790
|
+
if (!this.checkedItem.id)
|
|
8791
8791
|
return;
|
|
8792
8792
|
this.request.post("/aws/pis/createAndStart", t).then((i) => {
|
|
8793
8793
|
i.code === 200 ? (this.show = !1, this.$emit("update:visible", this.show), this.handleTips("\u63D0\u4EA4\u6210\u529F!", !1, "success"), this.$emit("successFn")) : i.code == 499 ? this.request.post("/aws/pis/reactivate", {
|