Authored by dongjunjie

新建品牌款型,排序默认给0

... ... @@ -123,7 +123,7 @@ $("#filter-btn").click(function(){
$("#add-btn").click(function(){
attributeOp("新建", '/erpproduct/brandfolder/add', {});
attributeOp("新建", '/erpproduct/brandfolder/add', {"orderBy":0});
$('#type').attr("disabled", false);
});
... ...