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
3518df7c
Commit
3518df7c
authored
Jul 04, 2019
by
fengshuonan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新提示错误
parent
124dcef7
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
guns-sys/src/main/webapp/assets/modular/system/position/position.js
+1
-1
guns-sys/src/main/webapp/assets/modular/system/user/user_edit.js
+1
-1
No files found.
guns-sys/src/main/webapp/assets/modular/system/position/position.js
View file @
3518df7c
...
@@ -94,7 +94,7 @@ layui.use(['table', 'admin', 'ax', 'form'], function () {
...
@@ -94,7 +94,7 @@ layui.use(['table', 'admin', 'ax', 'form'], function () {
var
ajax
=
new
$ax
(
Feng
.
ctxPath
+
"/position/changeStatus"
,
function
(
data
)
{
var
ajax
=
new
$ax
(
Feng
.
ctxPath
+
"/position/changeStatus"
,
function
(
data
)
{
Feng
.
success
(
"修改成功!"
);
Feng
.
success
(
"修改成功!"
);
},
function
(
data
)
{
},
function
(
data
)
{
Feng
.
error
(
"修改
成功!"
);
Feng
.
error
(
"修改
失败!"
+
data
.
responseJSON
.
message
);
table
.
reload
(
Position
.
tableId
);
table
.
reload
(
Position
.
tableId
);
});
});
ajax
.
set
(
"positionId"
,
positionId
);
ajax
.
set
(
"positionId"
,
positionId
);
...
...
guns-sys/src/main/webapp/assets/modular/system/user/user_edit.js
View file @
3518df7c
...
@@ -65,7 +65,7 @@ layui.use(['layer', 'form', 'admin', 'laydate', 'ax', 'formSelects'], function (
...
@@ -65,7 +65,7 @@ layui.use(['layer', 'form', 'admin', 'laydate', 'ax', 'formSelects'], function (
window
.
location
.
href
=
Feng
.
ctxPath
+
"/mgr"
;
window
.
location
.
href
=
Feng
.
ctxPath
+
"/mgr"
;
},
function
(
data
)
{
},
function
(
data
)
{
Feng
.
error
(
"修改
成功
!"
+
data
.
responseJSON
.
message
)
Feng
.
error
(
"修改
失败
!"
+
data
.
responseJSON
.
message
)
});
});
ajax
.
set
(
data
.
field
);
ajax
.
set
(
data
.
field
);
ajax
.
start
();
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