|
@@ -75,7 +75,7 @@
|
|
|
<a class="ajax-post" th:attr="data-msg='确定要禁用帐号 '+ ${item.username}"
|
|
<a class="ajax-post" th:attr="data-msg='确定要禁用帐号 '+ ${item.username}"
|
|
|
th:href="@{'/api/rbac/user/status/' + ${item.userId}}">禁用</a>
|
|
th:href="@{'/api/rbac/user/status/' + ${item.userId}}">禁用</a>
|
|
|
<a class="ajax-delete" th:attr="data-msg='确定要删除帐号 '+ ${item.username}"
|
|
<a class="ajax-delete" th:attr="data-msg='确定要删除帐号 '+ ${item.username}"
|
|
|
- th:href="@{'/api/rbac/user/delete' + ${item.userId}}">删除</a>
|
|
|
|
|
|
|
+ th:href="@{'/api/rbac/user/delete/' + ${item.userId}}">删除</a>
|
|
|
</td>
|
|
</td>
|
|
|
</tr>
|
|
</tr>
|
|
|
</tbody>
|
|
</tbody>
|