* bugUI: call data function to get variable's value.

This commit is contained in:
liugang
2024-01-17 09:17:02 +08:00
parent ed339ef53e
commit 56ec331be4
+1 -1
View File
@@ -32,7 +32,7 @@ $fields->field('assignedTo')
$fields->field('deadline')
->control('datePicker');
if(isset($executionType) and $executionType == 'kanban')
if(data('executionType') && data('executionType') == 'kanban')
{
$fields->field('region')
->label($lang->kanbancard->region)