init
Showing
1 changed file
with
0 additions
and
2 deletions
| ... | @@ -196,7 +196,6 @@ | ... | @@ -196,7 +196,6 @@ |
| 196 | url: apiBaseUrl + 'system/user/freeze/' + id, | 196 | url: apiBaseUrl + 'system/user/freeze/' + id, |
| 197 | cache: false, | 197 | cache: false, |
| 198 | dataType: 'json', | 198 | dataType: 'json', |
| 199 | data: JSON.stringify(data), | ||
| 200 | contentType: "application/json; charset=UTF-8", | 199 | contentType: "application/json; charset=UTF-8", |
| 201 | success: function (data) { | 200 | success: function (data) { |
| 202 | if (data.msg) { | 201 | if (data.msg) { |
| ... | @@ -225,7 +224,6 @@ | ... | @@ -225,7 +224,6 @@ |
| 225 | url: apiBaseUrl + 'manage/financial/confirm/' + id + '?realRepaymentDate=' + Date.now(), | 224 | url: apiBaseUrl + 'manage/financial/confirm/' + id + '?realRepaymentDate=' + Date.now(), |
| 226 | cache: false, | 225 | cache: false, |
| 227 | dataType: 'json', | 226 | dataType: 'json', |
| 228 | data: JSON.stringify(data), | ||
| 229 | contentType: "application/json; charset=UTF-8", | 227 | contentType: "application/json; charset=UTF-8", |
| 230 | success: function (data) { | 228 | success: function (data) { |
| 231 | if (data.msg) { | 229 | if (data.msg) { | ... | ... |
-
Please register or sign in to post a comment