Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-portal-fe
·
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
Email Patches
Plain Diff
Browse Files
Authored by
陶雨
9 years ago
Commit
f8954cda0b12ac6c8f1faa3bddded90f3579ddef
1 parent
d3faa318
专题管理添加修改商品池改为id筛选
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
server/interface/subjectManage.js
server/interface/subjectManage.js
View file @
f8954cd
...
...
@@ -81,7 +81,8 @@ exports.res = [
isJsonRaw
:
true
,
url
:
'/pool/queryBaseProductPoolList'
,
params
:
[
{
name
:
'poolName'
,
type
:
'string'
}
{
name
:
'poolName'
,
type
:
'string'
},
{
name
:
'idName'
,
type
:
'string'
}
]
},
{
...
...
Please
register
or
login
to post a comment