选项卡新增全屏显示

This commit is contained in:
RuoYi
2018-11-15 13:35:41 +08:00
parent e5b314cc96
commit 6cda301f43
4 changed files with 23 additions and 4 deletions

View File

@@ -29,7 +29,7 @@
<span class="help-block m-b-none"><i class="fa fa-info-circle"></i> 特殊情况下,设置为“自定数据权限”</span>
</div>
</div>
<div class="form-group" id="roleRule" style="display: none">
<div class="form-group" id="roleRule" th:style="'display:' + @{(*{dataScope=='1'} ? 'none' : 'block')} + ''">
<label class="col-sm-3 control-label">数据权限</label>
<div class="col-sm-8">
<div id="deptTrees" class="ztree"></div>
@@ -50,7 +50,6 @@
expandLevel: 2
};
$.tree.init(options);
$("#dataScope").change();
});
function submitHandler() {