This commit is contained in:
tianshujie
2024-04-25 17:11:51 +08:00
committed by caoyanyi
parent 24fac688bd
commit 4a85d1bb76
+1
View File
@@ -142,6 +142,7 @@ $(document).on('click', '[data-target="#createExecutionModal"]', function()
{
const $projectPicker = $('#createExecutionModal [name=project]').zui('picker');
$projectPicker.render({items: projects, disabled: projects.length == 0});
$('.projectTips').toggleClass('hidden', projects.length != 0);
if(projects.length > 0)
{
$('#createExecutionModal .createExecutionBtn').attr('id', 'createExecutionButton');