...
|
...
|
@@ -108,7 +108,7 @@ $(document).on('click', '.edit-class-btn', function () { |
|
|
sortName: sortName,
|
|
|
};
|
|
|
common.dialog.confirm("修改参数",
|
|
|
common.util.__template($("#update-template").html(),standardSort)
|
|
|
common.util.__template($("#edit-template").html(),standardSort)
|
|
|
, function () {
|
|
|
common.util.__ajax({
|
|
|
url: '/erpproduct/standardSort/update',
|
...
|
...
|
|