Authored by 陶雨

专题管理添加修改商品池改为id筛选

... ... @@ -81,7 +81,8 @@ exports.res = [
isJsonRaw: true,
url: '/pool/queryBaseProductPoolList',
params: [
{name: 'poolName', type: 'string'}
{name: 'poolName', type: 'string'},
{name: 'idName', type: 'string'}
]
},
{
... ...