Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-portal-fe2
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
ZhongW
2016-10-28 15:58:48 +0800
Commit
08221c5087fc9271720fb30c9a31facb7a10a1a8
2 parents
76963c23
9bcb76ca
Merge branch 'dev_addFilterCondition' into grey
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
code/apps/operations/interfaces/activitytemplate.js
code/static/js.jquery/module/operations/activitytemplate/Index.js
code/apps/operations/interfaces/activitytemplate.js
View file @
08221c5
...
...
@@ -10,7 +10,9 @@ module.exports={
title
:
"查询模板列表接口"
,
url
:
"/activityTemplate/selectTemplateList"
,
params
:
[
{
name
:
"status"
,
type
:
"number"
}
{
name
:
"status"
,
type
:
"number"
},
{
name
:
'page'
,
type
:
'Number'
},
{
name
:
'size'
,
type
:
'Number'
}
]
},
addTemplate
:{
...
...
code/static/js.jquery/module/operations/activitytemplate/Index.js
View file @
08221c5
...
...
@@ -10,6 +10,7 @@ var statusArr = ["已关闭", "已开启"];
var
g
=
new
common
.
grid
({
el
:
'#content-list'
,
usepagesize
:
true
,
columns
:
[
{
display
:
"ID"
,
...
...
Please
register
or
login
to post a comment