mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-20 10:37:55 +08:00
全面修改Id为Guid类型,为2.0版做准备
This commit is contained in:
@@ -40,7 +40,7 @@ $(document).ready(function () {
|
||||
|
||||
//grid列表模块
|
||||
function UserRolesList() {
|
||||
var selectedId = 0; //选中的ID
|
||||
var selectedId = '00000000-0000-0000-0000-000000000000'; //ztree选中的模块
|
||||
this.maingrid = $.CurrentDialog.find('#maingrid').datagrid({
|
||||
showToolbar: false,
|
||||
filterThead: false,
|
||||
|
Reference in New Issue
Block a user