This commit is contained in:
tianshujie
2022-07-20 08:51:50 +08:00
parent 53e12e967c
commit 248ea09a59
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -36,7 +36,7 @@
<td colspan='2'>
<div class="input-group">
<?php echo html::select('team[]', $users, '', "class='form-control picker-select' multiple data-drop-direction='bottom'");?>
<?php echo $this->fetch('my', 'buildContactLists');?>
<?php echo $this->fetch('my', 'buildContactLists', "dropdownName=team");?>
</div>
</td>
</tr>
+1 -1
View File
@@ -37,7 +37,7 @@
<td colspan='2'>
<div class="input-group">
<?php echo html::select('team[]', $users, $team, "class='form-control picker-select' multiple data-drop-direction='bottom'");?>
<?php echo $this->fetch('my', 'buildContactLists');?>
<?php echo $this->fetch('my', 'buildContactLists', "dropdownName=team");?>
</div>
</td>
</tr>