Skip to content

Commit

Permalink
gson替换fastjson
Browse files Browse the repository at this point in the history
  • Loading branch information
frankfreedom committed Aug 17, 2020
1 parent e861280 commit 9723cb1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ function HistoryRecoverExecute(executingData) {

function repeatFlow(recoverData) {
executeURL = contextURL + "/executor?ajax=repeatCollection";

recoverData.disabled = JSON.parse(recoverData.disabled);
$.ajax({
type: "POST",
contentType: "application/json; charset=utf-8",
Expand Down

0 comments on commit 9723cb1

Please sign in to comment.