ui-process-h5 1.4.10 → 1.4.11

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.
@@ -8600,7 +8600,7 @@ const py = {
8600
8600
  },
8601
8601
  selfList: {
8602
8602
  handler(e, i) {
8603
- e && e.length && (this.option = e, this.checkedItem = this.option[0], this.selectDefaultValue = this.checkedItem.id, this.$emit("change", this.checkedItem, this.option), this.handlefirstNode(this.checkedItem.id), this.getProcessInstance(), this.getDiagramUrl());
8603
+ e && e.length && (this.option = e, this.checkedItem = this.option[0], this.selectDefaultValue = this.checkedItem.id, this.$emit("change", this.checkedItem, this.option), this.handlefirstNode(this.checkedItem.id), this.getDiagramUrl());
8604
8604
  },
8605
8605
  immediate: !0,
8606
8606
  deep: !0