...
|
...
|
@@ -140,7 +140,7 @@ var Bll = { |
|
|
}
|
|
|
}, function (res) {//局部刷新商品池名称,说明
|
|
|
if (res.code == 200) {
|
|
|
//grid.init('/market/productPool/queryProductPoolDetailPage');
|
|
|
grid.init('/market/productPool/queryProductPoolDetailPage');
|
|
|
} else {
|
|
|
common.util.__tip(res.message);
|
|
|
}
|
...
|
...
|
|