Browse Source

Pull request #2371: 无JIRA任务 chore: 优化一下

Merge in VISUAL/fineui from ~GUY/fineui:master to master

* commit 'e5639690bff9bfd0d434240c03b2c55228320d95':
  chore: 优化一下
es6
guy 3 years ago
parent
commit
43936af3c8
  1. 1
      src/widget/downlist/popup.downlist.js

1
src/widget/downlist/popup.downlist.js

@ -128,6 +128,7 @@ BI.DownListPopup = BI.inherit(BI.Pane, {
dynamic: true
};
child.father = fatherValue;
child.childValue = child.value;
self.fatherValueMap[self._createChildValue(fatherValue, childValue)] = fatherValue;
self.childValueMap[self._createChildValue(fatherValue, childValue)] = childValue;
child.value = self._createChildValue(fatherValue, childValue);

Loading…
Cancel
Save