Merge branch 'master_xieqiyu_23725' into 'master'

* Fix bug#23725.

See merge request easycorp/zentaopms!3998
This commit is contained in:
王怡栋
2022-06-17 02:00:55 +00:00
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -104,6 +104,8 @@ function addItem(obj)
function deleteItem(obj)
{
if($('#teamForm .table tbody').children().length < 2) return false;
$(obj).closest('tr').find('.picker .picker-selection-remove').click();
$(obj).closest('tr').remove();
}
+2
View File
@@ -111,6 +111,8 @@ function addItem(obj)
function deleteItem(obj)
{
if($('#teamForm .table tbody').children().length < 2) return false;
$(obj).closest('tr').find('.picker .picker-selection-remove').click();
$(obj).closest('tr').remove();
}