删除无用注释

This commit is contained in:
thinkgem
2022-08-08 21:07:09 +08:00
parent c3cf990986
commit 6b89b2a15b

View File

@@ -175,7 +175,7 @@ $('#corpCode_').change(function(){
var roleGrid = $("#roleGrid").dataGrid({
url: '${ctx}/sys/role/treeData',
postData: [
{name:'isAll',value:'true'} //<% // 显示所有角色(与上方两个条件互斥) %>
{name:'isAll', value:'true'}
],
columnModel: [
{header:'${text("角色名称")}', name:'name', sortable:false, width:100, align:"center"},