This commit is contained in:
tianshujie
2022-03-30 11:11:52 +08:00
parent 9b82ef6e78
commit c24d418115
+1
View File
@@ -15,5 +15,6 @@ function addItem(obj)
function deleteItem(obj)
{
if($('#teamForm .table tbody').children().length < 2) return false;
$(obj).closest('tr').remove();
}