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
MCMS
Commits
ad922088
Commit
ad922088
authored
Dec 17, 2019
by
zhongyh
Browse files
删除提示
parent
6780c53b
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/main/webapp/WEB-INF/manager/cms/category/index.ftl
View file @
ad922088
...
...
@@ -158,7 +158,13 @@ var indexVue = new Vue({
})
;
//删除成功,刷新列表
that
.list
()
;
}
}
else
{
that
.
$notify
({
title
:
'失败'
,
message
:
res
.msg
,
type
:
'
warning
'
})
;
}
})
;
})
.catch
(()
=>
{
that
.
$notify
({
...
...
src/main/webapp/WEB-INF/manager/cms/content/main.ftl
View file @
ad922088
...
...
@@ -225,6 +225,12 @@
})
;
//删除成功,刷新列表
that
.list
()
;
}
else
{
that
.
$notify
({
title
:
'失败'
,
message
:
res
.msg
,
type
:
'
warning
'
})
;
}
})
;
})
.catch
(()
=>
{
...
...
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