Authored by chenchao

fix

... ... @@ -134,7 +134,7 @@ $(document).on('click', '.edit-class-btn', function () {
if (orderBy < 0)
{
common.util.__tip("排序不能为负数", "warning");
return false;
return "排序不能为负数";
}
return {
id: item.id,
... ...