ui-process-h5 1.5.13 → 1.5.14

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.
@@ -12355,7 +12355,7 @@ const gC = /* @__PURE__ */ function() {
12355
12355
  async showOperation(e, i, s, r) {
12356
12356
  if (this.beforeFunction && !this.beforeFunction())
12357
12357
  return;
12358
- if (this.processStatus.allUserNames && this.processStatus.allUserNames.length == 1 && this.taskNode[0] && this.taskNode[0].nodeId) {
12358
+ if (this.processStatus.allUserNames && this.processStatus.allUserNames.length && this.taskNode[0] && this.taskNode[0].nodeId) {
12359
12359
  let l;
12360
12360
  this.getVars && (l = this.getVars()), await this.handleGetSimulation(l);
12361
12361
  }