* Fix bug.

This commit is contained in:
qiyu-xie
2021-03-18 18:14:19 +08:00
parent 38f8d31e7d
commit 06fdc39972
+1 -1
View File
@@ -82,7 +82,7 @@
<td class='c-id'>
<?php if($canBatchEdit):?>
<div class="checkbox-primary">
<input type='checkbox' name='executionIDList[<?php echo $execution->id;?>]' value='<?php echo $execution->id;?>' />
<input type='checkbox' name='executionIDList[<?php echo $execution->id;?>]' value='<?php echo $execution->id;?>' autocomplete='off' />
<label></label>
</div>
<?php endif;?>