* commit '04a34d7e7db4654e84fe12375f7fbac63a692939': BI-118670 fix: 修复传参
@ -657,7 +657,7 @@
firstDir = "top";
}
if (leftRight[0] === "right") {
pos = BI.DOM.getLeftAlignPosition(combo, popup, extraWidth, needAdaptHeight);
pos = BI.DOM.getLeftAlignPosition(combo, popup, extraWidth);
pos.top = top;
pos.dir = firstDir + "," + pos.dir;
return pos;