Authored by dongjunjie

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

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