Showing
1 changed file
with
1 additions
and
1 deletions
@@ -61,7 +61,7 @@ | @@ -61,7 +61,7 @@ | ||
61 | contentType: "application/json", | 61 | contentType: "application/json", |
62 | dataType: "json", | 62 | dataType: "json", |
63 | type: "GET", | 63 | type: "GET", |
64 | - url: contextPath + '/productSort/getProductSortIdAndName', | 64 | + url: contextPath + '/productSort/getLevel2SortIdAndName', |
65 | success: function (data) { | 65 | success: function (data) { |
66 | if (data.code != 200 || !data.data || data.data.length == 0) { | 66 | if (data.code != 200 || !data.data || data.data.length == 0) { |
67 | return; | 67 | return; |
-
Please register or login to post a comment