* fix bug

This commit is contained in:
lanzongjun
2022-08-03 10:13:22 +08:00
parent f745e21839
commit bc0d121150
+1 -1
View File
@@ -93,7 +93,7 @@ $(function()
$(document).on('change', "select[id^='branch']", disableSelectedBranch);
if(copyProjectID > 0)
if(copyProjectID > 0 && copyType != 'previous')
{
$('#name').addClass('has-info')
$('#name').after('<div id="nameLabelInfo" class="text-info">' + nameTips + '</div>')