Merge branch 'sprint231_bug_26939' into 'master'

* Fix bug#26939

See merge request easycorp/zentaopms!5161
This commit is contained in:
孙广明
2022-08-29 02:55:19 +00:00
+5 -1
View File
@@ -81,6 +81,10 @@ $(function()
$('select[id^="duplicateBugs"]').picker(
{
disableEmptySearch : true,
dropWidth : 'auto'
dropWidth : 'auto',
onReady: function(event)
{
$(event.picker.$container).addClass('required');
}
});
});