Authored by 张帅

fix

@@ -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");