Showing
1 changed file
with
1 additions
and
1 deletions
@@ -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 |
-
Please register or login to post a comment