05e94139 by wang

init

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