1ae56c3b by yangjianbin

init

1 parent e05ec70e
...@@ -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) {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!