mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2026-04-24 13:11:46 +08:00
check issue #3
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
@model OpenAuth.Domain.Resource
|
||||
@model OpenAuth.Domain.Resource
|
||||
@{
|
||||
ViewBag.Title = "Resource编辑界面";
|
||||
Layout = null;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@{
|
||||
@{
|
||||
string _prefix = "Resource";
|
||||
var _treeId = _prefix + "Tree";
|
||||
var _gridId = _prefix + "Grid";
|
||||
@@ -156,7 +156,7 @@
|
||||
url: '/ResourceManager/Add?id=' + selected,
|
||||
title: '编辑',
|
||||
onClose:function() {
|
||||
refreshModuleGrid();
|
||||
refreshResourceGrid();
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@{
|
||||
@{
|
||||
string _prefix = "assignResForRole";
|
||||
var _treeId = _prefix + "Tree";
|
||||
var _gridId = _prefix + "Grid";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@{
|
||||
@{
|
||||
string _prefix = "assignResForUser";
|
||||
var _treeId = _prefix + "Tree";
|
||||
var _gridId = _prefix + "Grid";
|
||||
|
||||
Reference in New Issue
Block a user