8d6e05e5 by wang

init

1 parent 54699e37
......@@ -98,7 +98,7 @@
// console.log(JSON.stringify(newData));
// return false;
$.ajax({
type: 'post',
type: 'put',
url: apiBaseUrl + targetUrl+$("input[name='id']").val(),
cache: false,
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!