Showing
1 changed file
with
1 additions
and
1 deletions
@@ -450,7 +450,7 @@ | @@ -450,7 +450,7 @@ | ||
450 | success: function (data) { | 450 | success: function (data) { |
451 | debugger; | 451 | debugger; |
452 | $.messager.progress("close"); | 452 | $.messager.progress("close"); |
453 | - data = JSON.parse(data); | 453 | + data = $.parseJSON(data) ; |
454 | if (data.code == 200) { | 454 | if (data.code == 200) { |
455 | $(activityList).dialog("close"); | 455 | $(activityList).dialog("close"); |
456 | $("#activityListTable").datagrid("reload"); | 456 | $("#activityListTable").datagrid("reload"); |
-
Please register or login to post a comment