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
package/v2/ui-process-h5.js
CHANGED
|
@@ -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
|
|
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
|
}
|