ui-process-h5 1.6.36 → 1.6.37

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.
@@ -7763,7 +7763,11 @@ const _g = /* @__PURE__ */ z(Zg, [["render", Xg], ["__scopeId", "data-v-eef1b0b2
7763
7763
  taskId: this.taskNode.length ? this.taskNode[0].taskId : ""
7764
7764
  }
7765
7765
  }).then((e) => {
7766
- e.code == 200 && (this.processStatus = e.data, this.processStatus.userNodeGroup && this.processStatus.userNodeGroup[this.taskNode[0].nodeName] && this.processStatus.userNodeGroup[this.taskNode[0].nodeName].length > 1 ? this.canCheck = !1 : this.canCheck = !0), this.handleGetHeight();
7766
+ e.code == 200 && (this.processStatus = e.data, this.$emit(
7767
+ "processStatus",
7768
+ this.processStatus,
7769
+ this.taskNode
7770
+ ), this.processStatus.userNodeGroup && this.processStatus.userNodeGroup[this.taskNode[0].nodeName] && this.processStatus.userNodeGroup[this.taskNode[0].nodeName].length > 1 ? this.canCheck = !1 : this.canCheck = !0), this.handleGetHeight();
7767
7771
  }).catch((e) => {
7768
7772
  this.handleGetHeight();
7769
7773
  });