后台批量操作bug修复

内核更新
This commit is contained in:
2016-07-11 12:03:55 +08:00
parent 195ec9417c
commit 6460d64ceb
19 changed files with 119 additions and 128 deletions

View File

@@ -34,7 +34,7 @@
{volist name="list" id="vo"}
<tr>
<td>
<input class="ids" type="checkbox" name="ids[]" value="{$vo.id}" />
<input class="ids" type="checkbox" name="id[]" value="{$vo['id']}" />
</td>
<td>{$vo.id}</td>
<td>{$vo.name}</td>