Browse Source

无jira任务,selecttree.node传keyword进去.

es6
Dailer 6 years ago
parent
commit
b8e687c0af
  1. 1
      src/widget/selecttree/nodes/node.first.plus.js
  2. 1
      src/widget/selecttree/nodes/node.last.plus.js
  3. 1
      src/widget/selecttree/nodes/node.mid.plus.js

1
src/widget/selecttree/nodes/node.first.plus.js

@ -35,6 +35,7 @@ BI.SelectTreeFirstPlusGroupNode = BI.inherit(BI.NodeButton, {
hgap: o.hgap,
text: o.text,
value: o.value,
keyword: o.keyword,
py: o.py
});
this.checkbox.on(BI.Controller.EVENT_CHANGE, function (type) {

1
src/widget/selecttree/nodes/node.last.plus.js

@ -35,6 +35,7 @@ BI.SelectTreeLastPlusGroupNode = BI.inherit(BI.NodeButton, {
hgap: o.hgap,
text: o.text,
value: o.value,
keyword: o.keyword,
py: o.py
});
this.checkbox.on(BI.Controller.EVENT_CHANGE, function (type) {

1
src/widget/selecttree/nodes/node.mid.plus.js

@ -35,6 +35,7 @@ BI.SelectTreeMidPlusGroupNode = BI.inherit(BI.NodeButton, {
hgap: o.hgap,
text: o.text,
value: o.value,
keyword: o.keyword,
py: o.py
});
this.checkbox.on(BI.Controller.EVENT_CHANGE, function (type) {

Loading…
Cancel
Save