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
f1a1ee7e
Commit
f1a1ee7e
authored
Nov 30, 2019
by
sgjj
Browse files
添加自定义模型
parent
ad7d5402
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
src/main/webapp/WEB-INF/manager/cms/content/form.ftl
View file @
f1a1ee7e
This diff is collapsed.
Click to expand it.
src/main/webapp/WEB-INF/manager/cms/content/main.ftl
View file @
f1a1ee7e
...
...
@@ -180,6 +180,7 @@
if
(
!
res
.result
||
res
.data.total
<=
0
)
{
that
.emptyText
=
'暂无数据'
that
.dataList
=
[];
that
.total
=
0
;
}
else
{
that
.emptyText
=
'';
that
.total
=
res
.data.total
;
...
...
src/main/webapp/static/plugins/tree-select/tree.js
View file @
f1a1ee7e
This diff is collapsed.
Click to expand it.
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