0bcbe1ee by yangjianbin

init

1 parent 0675346c
......@@ -59,7 +59,7 @@
});
$("#work_add_btn").click(function(){
var targetUrl = $("#work_add").attr("action");
var data = $("#work_add").serialize();
var data = $("#work_add").serializeJson();
$.ajax({
type:'post',
url:apiBaseUrl + targetUrl,
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!