Authored by chenchao

/erpproduct/brands/queryAllBrands

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