Authored by xuhongyun

Merge branch 'dev_special_prd' into grey

... ... @@ -25,7 +25,11 @@ var Bll = {
/*下拉选择*/
new common.dropDown({
el: "#brandId",
ajax: "codGetBrandList"
ajax: "brand",
hash: true,
params:function(){
return {userLimitFlag:true};
}
});
new common.dropDown({
... ...