Commit 5767d450 authored by agping's avatar agping

1

parent d9651a11
...@@ -424,7 +424,7 @@ define(['doT', 'text!temp/cost_check_template_tpl.html', 'css!style/home.css', ' ...@@ -424,7 +424,7 @@ define(['doT', 'text!temp/cost_check_template_tpl.html', 'css!style/home.css', '
data: { data: {
"id": cost.id, "id": cost.id,
"remark": $('#pass_beizhu').val(), "remark": $('#pass_beizhu').val(),
"img_name": imgname, "img_name": JSON.stringify(imgname),
}, },
dataType: 'json', dataType: 'json',
success: function(data) { success: function(data) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment