修改BUG:Menu.js脚本中弹出选择菜单图标与父级菜单时tooltip还在显示
This commit is contained in:
parent
6767d2ae72
commit
66a59c6d38
|
@ -148,6 +148,7 @@
|
||||||
});
|
});
|
||||||
|
|
||||||
$btnPickIcon.on('click', function () {
|
$btnPickIcon.on('click', function () {
|
||||||
|
$dialogNew.find('[data-toggle="LgbValidate"] [aria-describedby]').tooltip('hide');
|
||||||
$dialogNew.hide();
|
$dialogNew.hide();
|
||||||
$dialogIcon.show();
|
$dialogIcon.show();
|
||||||
});
|
});
|
||||||
|
@ -193,6 +194,7 @@
|
||||||
|
|
||||||
function showDialog() {
|
function showDialog() {
|
||||||
state.push({ css: $('body').attr("class"), style: $('body').attr("style") });
|
state.push({ css: $('body').attr("class"), style: $('body').attr("style") });
|
||||||
|
$dialogNew.find('[data-toggle="LgbValidate"] [aria-describedby]').tooltip('hide');
|
||||||
$dialogNew.hide();
|
$dialogNew.hide();
|
||||||
$dialogMenu.modal('show');
|
$dialogMenu.modal('show');
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue