Pre Merge pull request !450 from 陈yu/N/A
This commit is contained in:
commit
303045331b
|
|
@ -90,9 +90,11 @@
|
||||||
<th:block th:include="include :: layout-latest-js" />
|
<th:block th:include="include :: layout-latest-js" />
|
||||||
<th:block th:include="include :: ztree-js" />
|
<th:block th:include="include :: ztree-js" />
|
||||||
<script th:inline="javascript">
|
<script th:inline="javascript">
|
||||||
|
// 验证是否具有相应权限
|
||||||
var editFlag = [[${@permission.hasPermi('system:user:edit')}]];
|
var editFlag = [[${@permission.hasPermi('system:user:edit')}]];
|
||||||
var removeFlag = [[${@permission.hasPermi('system:user:remove')}]];
|
var removeFlag = [[${@permission.hasPermi('system:user:remove')}]];
|
||||||
var resetPwdFlag = [[${@permission.hasPermi('system:user:resetPwd')}]];
|
var resetPwdFlag = [[${@permission.hasPermi('system:user:resetPwd')}]];
|
||||||
|
// 前缀
|
||||||
var prefix = ctx + "system/user";
|
var prefix = ctx + "system/user";
|
||||||
|
|
||||||
$(function() {
|
$(function() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue