ui-process-h5 1.3.23 → 1.3.25

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.
@@ -1397,8 +1397,10 @@ const Vd = Se({
1397
1397
  },
1398
1398
  mounted() {
1399
1399
  this.$nextTick(() => {
1400
- const e = document.getElementsByClassName("process-warp")[0] ? document.getElementsByClassName("process-warp")[0] : document.querySelector("body");
1401
- e.append ? e.append(this.$el) : e.appendChild(this.$el);
1400
+ if (document.getElementsByClassName("process-warp")[0]) {
1401
+ const e = document.getElementsByClassName("process-warp")[0];
1402
+ e.append ? e.append(this.$el) : e.appendChild(this.$el);
1403
+ }
1402
1404
  });
1403
1405
  }
1404
1406
  });
@@ -7429,7 +7431,7 @@ const Zg = /* @__PURE__ */ z(Jg, [["render", Wg], ["__scopeId", "data-v-7c6d9221
7429
7431
  taskId: this.taskNode[0].taskId
7430
7432
  }
7431
7433
  }).then((e) => {
7432
- e.code == 200 && (this.taskObj = e.data, this.handleTips("\u52A0\u8F7D\u5B8C\u6210", !0, "success"));
7434
+ e.code == 200 && (this.taskObj = e.data, this.$refs.topTips.handleClose());
7433
7435
  });
7434
7436
  },
7435
7437
  async showOperation(e, s, i, n) {