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
Springboot Plus
Commits
087af208
Commit
087af208
authored
Apr 16, 2018
by
xingyue400
Browse files
更新 del.js
parent
dbfed352
Changes
1
Hide whitespace changes
Inline
Side-by-side
admin-console/src/main/resources/static/js/admin/menu/del.js
View file @
087af208
layui
.
define
([
'
table
'
,
'
menuApi
'
],
function
(
exports
)
{
layui
.
define
([
'
table
'
,
'
menuApi
'
,
'
treeGrid
'
],
function
(
exports
)
{
var
menuApi
=
layui
.
menuApi
;
var
menuApi
=
layui
.
menuApi
;
var
table
=
layui
.
table
;
var
table
=
layui
.
table
;
var
treeGrid
=
layui
.
treeGrid
;
var
view
=
{
var
view
=
{
init
:
function
(){
init
:
function
(){
},
},
delBatch
:
function
(){
delBatch
:
function
(){
var
data
=
Common
.
getMoreDataFromTable
(
t
able
,
"
menuTable
"
);
var
data
=
Common
.
getMoreDataFromTable
(
t
reeGrid
,
"
menuTable
"
);
if
(
data
==
null
){
if
(
data
==
null
){
return
;
return
;
}
}
...
...
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