ui-process-h5 1.4.9 → 1.4.10
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
|
@@ -9564,7 +9564,7 @@ const fb = {
|
|
|
9564
9564
|
},
|
|
9565
9565
|
selfList: {
|
|
9566
9566
|
handler(e, s) {
|
|
9567
|
-
e && e.length && (this.option = e, this.checkedItem = this.option[0], this.selectDefaultValue = this.checkedItem.id, this.$emit("change", this.checkedItem, this.option));
|
|
9567
|
+
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());
|
|
9568
9568
|
},
|
|
9569
9569
|
immediate: !0,
|
|
9570
9570
|
deep: !0
|