ui-process-h5 1.3.4 → 1.3.5
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
|
@@ -9751,8 +9751,10 @@ const db = {
|
|
|
9751
9751
|
multiNodeParticipant: this.multiNodeParticipant,
|
|
9752
9752
|
todoParameter: this.todoParameterData
|
|
9753
9753
|
};
|
|
9754
|
-
if (!this.checkedItem.id)
|
|
9754
|
+
if (!this.checkedItem.id) {
|
|
9755
|
+
this.$refs.topTips.handleClose();
|
|
9755
9756
|
return;
|
|
9757
|
+
}
|
|
9756
9758
|
this.request.post("/aws/pis/createAndStart", e).then((n) => {
|
|
9757
9759
|
n.code === 200 ? (this.show = !1, this.$emit("update:visible", this.show), this.handleTips("\u63D0\u4EA4\u6210\u529F!", !1, "success"), this.$emit("successFn")) : n.code == 499 ? this.request.post("/aws/pis/reactivate", {
|
|
9758
9760
|
processInstId: this.processId,
|