8d6e05e5 by wang

init

1 parent 54699e37
...@@ -98,7 +98,7 @@ ...@@ -98,7 +98,7 @@
98 // console.log(JSON.stringify(newData)); 98 // console.log(JSON.stringify(newData));
99 // return false; 99 // return false;
100 $.ajax({ 100 $.ajax({
101 type: 'post', 101 type: 'put',
102 url: apiBaseUrl + targetUrl+$("input[name='id']").val(), 102 url: apiBaseUrl + targetUrl+$("input[name='id']").val(),
103 cache: false, 103 cache: false,
104 data: JSON.stringify(newData), 104 data: JSON.stringify(newData),
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!