Showing
1 changed file
with
1 additions
and
1 deletions
@@ -108,7 +108,7 @@ $(document).on('click', '.edit-class-btn', function () { | @@ -108,7 +108,7 @@ $(document).on('click', '.edit-class-btn', function () { | ||
108 | sortName: sortName, | 108 | sortName: sortName, |
109 | }; | 109 | }; |
110 | common.dialog.confirm("修改参数", | 110 | common.dialog.confirm("修改参数", |
111 | - common.util.__template($("#update-template").html(),standardSort) | 111 | + common.util.__template($("#edit-template").html(),standardSort) |
112 | , function () { | 112 | , function () { |
113 | common.util.__ajax({ | 113 | common.util.__ajax({ |
114 | url: '/erpproduct/standardSort/update', | 114 | url: '/erpproduct/standardSort/update', |
-
Please register or login to post a comment