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/v3/ui-process-h5.js
CHANGED
|
@@ -4267,7 +4267,7 @@ const Fu = Te({
|
|
|
4267
4267
|
multiNodeParticipant: this.multiNodeParticipant,
|
|
4268
4268
|
todoParameter: this.todoParameterData
|
|
4269
4269
|
};
|
|
4270
|
-
if (this.checkedItem.id)
|
|
4270
|
+
if (!this.checkedItem.id)
|
|
4271
4271
|
return;
|
|
4272
4272
|
this.request.post("/aws/pis/createAndStart", e).then((s) => {
|
|
4273
4273
|
s.code === 200 ? (this.show = !1, this.$emit("update:visible", this.show), this.handleTips("\u63D0\u4EA4\u6210\u529F!", !1, "success"), this.$emit("successFn")) : s.code == 499 ? this.request.post("/aws/pis/reactivate", {
|