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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ui-process-h5",
3
- "version": "1.5.13",
3
+ "version": "1.5.14",
4
4
  "description": "> app端 流程插件",
5
5
  "main": "./ui-process-h5.umd.cjs",
6
6
  "style": "./style.css",
@@ -13319,7 +13319,7 @@ const y0 = /* @__PURE__ */ function() {
13319
13319
  async showOperation(e, s, i, a) {
13320
13320
  if (this.beforeFunction && !this.beforeFunction())
13321
13321
  return;
13322
- if (this.processStatus.allUserNames && this.processStatus.allUserNames.length == 1 && this.taskNode[0] && this.taskNode[0].nodeId) {
13322
+ if (this.processStatus.allUserNames && this.processStatus.allUserNames.length && this.taskNode[0] && this.taskNode[0].nodeId) {
13323
13323
  let l;
13324
13324
  this.getVars && (l = this.getVars()), await this.handleGetSimulation(l);
13325
13325
  }