Merge branch 'sprint/fixbug_liumengyi_23290' into 'master'

* Fix bug #23327.

See merge request easycorp/zentaopms!3759
This commit is contained in:
李玉春
2022-06-06 09:30:11 +00:00

View File

@@ -245,7 +245,7 @@ function setMailto(mailto, contactListID)
{
$('#' + mailto).replaceWith(users);
$('#' + mailto + '_chosen').remove();
$('.picker').remove();
$('#' + mailto).siblings('.picker').remove();
if($("[data-pickertype='remote']").length == 0 && $('.picker-select').length == 0)
{