Browse Source

chore: 优化一下

es6
guy 3 years ago
parent
commit
6936d1ecee
  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