Authored by weiqingting

提交

... ... @@ -21,7 +21,7 @@ module.exports = {
title: '关闭品类限制',
url: '/product/closeProductSortRefundExchange',
params: [
{name: 'param', type: 'String'}
{name: 'param', type: 'Number'}
]
}
}
... ...
... ... @@ -118,7 +118,7 @@ e.on("bind",function(){
$("#modalId").click(function(){
var __feild="brandId";
if((+$("#shopsType").val()==1)){
g.options.columns[0].type="radio";
g.options.columns[0].type="checkbox";
__feild="brandId";
g2.__rows.length=0;
}else{
... ...