This commit is contained in:
wangyidong
2022-08-22 16:58:47 +08:00
parent 5ea9296c09
commit 19a2ef4ac8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -309,7 +309,7 @@ foreach(explode(',', $config->task->edit->requiredFields) as $field)
</td>
</tr>
<?php endforeach;?>
<tr class='template'>
<tr class='template member-wait'>
<td class='w-250px'>
<?php echo html::select("team[]", $members, '', "class='form-control chosen'")?>
<?php echo html::hidden("source[]", '');?>