...
|
...
|
@@ -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);
|
|
|
});
|
|
|
|
...
|
...
|
|