Update create.js

This commit is contained in:
周旭东
2022-03-08 02:37:53 +00:00
parent 49e06424d1
commit 6b62b3f16d
+1 -1
View File
@@ -546,7 +546,7 @@ $('#modalTeam .btn').click(function()
{
time += estimate;
}
$('#teamMember').val(team);
$('#estimate').val(time);
})