Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
guns-vip
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chenjunxiong
guns-vip
Commits
14509d59
Commit
14509d59
authored
Dec 03, 2018
by
fengshuonan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改角色管理的提示
parent
4e9d1654
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
src/main/webapp/assets/modular/system/role/role_add.js
+2
-2
src/main/webapp/assets/modular/system/role/role_edit.js
+2
-2
No files found.
src/main/webapp/assets/modular/system/role/role_add.js
View file @
14509d59
...
...
@@ -48,11 +48,11 @@ RoleAddDlg.validateForm = function () {
*/
RoleAddDlg
.
addSubmit
=
function
()
{
var
ajax
=
new
$ax
(
Feng
.
ctxPath
+
"/role/add"
,
function
(
data
)
{
Feng
.
success
(
"添加成功!"
);
parent
.
Feng
.
success
(
"添加成功!"
);
window
.
parent
.
Role
.
table
.
refresh
();
RoleAddDlg
.
close
();
},
function
(
data
)
{
Feng
.
error
(
"添加失败!"
+
data
.
responseJSON
.
message
+
"!"
);
parent
.
Feng
.
error
(
"添加失败!"
+
data
.
responseJSON
.
message
+
"!"
);
});
ajax
.
set
(
this
.
data
);
ajax
.
start
();
...
...
src/main/webapp/assets/modular/system/role/role_edit.js
View file @
14509d59
...
...
@@ -49,11 +49,11 @@ RoleEditDlg.validateForm = function () {
*/
RoleEditDlg
.
editSubmit
=
function
()
{
var
ajax
=
new
$ax
(
Feng
.
ctxPath
+
"/role/edit"
,
function
(
data
)
{
Feng
.
success
(
"修改成功!"
);
parent
.
Feng
.
success
(
"修改成功!"
);
window
.
parent
.
Role
.
table
.
refresh
();
RoleEditDlg
.
close
();
},
function
(
data
)
{
Feng
.
error
(
"修改失败!"
+
data
.
responseJSON
.
message
+
"!"
);
parent
.
Feng
.
error
(
"修改失败!"
+
data
.
responseJSON
.
message
+
"!"
);
});
ajax
.
set
(
this
.
data
);
ajax
.
start
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment