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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ui-process-h5",
3
- "version": "1.6.36",
3
+ "version": "1.6.37",
4
4
  "description": "> app端 流程插件",
5
5
  "main": "./ui-process-h5.umd.cjs",
6
6
  "style": "./style.css",
@@ -13630,7 +13630,11 @@ const NI = /* @__PURE__ */ function() {
13630
13630
  taskId: this.taskNode.length ? this.taskNode[0].taskId : ""
13631
13631
  }
13632
13632
  }).then((e) => {
13633
- 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();
13633
+ e.code == 200 && (this.processStatus = e.data, this.$emit(
13634
+ "processStatus",
13635
+ this.processStatus,
13636
+ this.taskNode
13637
+ ), 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();
13634
13638
  }).catch((e) => {
13635
13639
  this.handleGetHeight();
13636
13640
  });