Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
JeeSpringCloud
Commits
e78081af
Commit
e78081af
authored
Jan 11, 2019
by
Sun
Browse files
no commit message
parent
81fdef6b
Changes
1
Hide whitespace changes
Inline
Side-by-side
JeeSpringCloud/jeespring-web/src/main/webapp/staticViews/viewBase.js
View file @
e78081af
...
...
@@ -111,7 +111,7 @@ $("#btnDeleteAll").click(function(){
}
top
.
layer
.
confirm
(
'
确认要彻底删除数据吗?
'
,
{
icon
:
3
,
title
:
'
系统提示
'
},
function
(
index
){
window
.
location
=
url
+
"
?ids=
"
+
ids
;
//
top.layer.close(index);
top
.
layer
.
close
(
index
);
});
if
(
$
(
this
).
attr
(
"
href
"
))
return
false
;
});
...
...
Write
Preview
Supports
Markdown
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