Authored by chenchao

/erpproduct/brands/queryAllBrands

... ... @@ -255,7 +255,7 @@ var conditionEdit={
setBrandList : function(){
var _g=this;
if(_g.brandList===null){
common.util.__ajax2({url:"/erpproduct/brands/getBrandNames",async:false},function(data){
common.util.__ajax2({url:"/erpproduct/brands/queryAllBrands",async:false},function(data){
_g.brandList=data.data;
},function(data){
... ...