fmui-base 1.0.7 → 1.0.8
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.
|
@@ -6856,7 +6856,7 @@ var Page = function (_React$Component) {
|
|
|
6856
6856
|
{animationType:'slide-left'}
|
|
6857
6857
|
); */
|
|
6858
6858
|
this.instance = {
|
|
6859
|
-
popupSelect: _Popup2.default.show(this.getContent(), { animationType: 'slide-left' }),
|
|
6859
|
+
popupSelect: _Popup2.default.show(this.getContent(), { animationType: 'slide-left', className: "select-member-div-top" }),
|
|
6860
6860
|
update: function update(content, isCheckItem) {
|
|
6861
6861
|
this.popupSelect.update(content);
|
|
6862
6862
|
if (isCheckItem) {
|
|
@@ -6865,7 +6865,7 @@ var Page = function (_React$Component) {
|
|
|
6865
6865
|
$('#anchor').scrollTop(0);
|
|
6866
6866
|
}
|
|
6867
6867
|
};
|
|
6868
|
-
$(".select-member-div-class").parents(".t-popup").css({ "left": "0", "background": "#f7f7f7" });
|
|
6868
|
+
// $(".select-member-div-class").parents(".t-popup").css({ "left": "0", "background": "#f7f7f7" });
|
|
6869
6869
|
var curOrgUserUrl = t.getFetchUrl("curOrgUser", '', '', false, false);
|
|
6870
6870
|
//获取当前组织所有用户
|
|
6871
6871
|
fetch(curOrgUserUrl, {
|