Commit a8ee1c4e authored by agping's avatar agping

1

parent a0142477
......@@ -185,6 +185,13 @@ define(['doT', 'text!temp/video_check_list_template_tpl.html', 'css!style/home.c
if (house_id) {
params.house_id = house_id;
}
if ($('#maintable_create_time').val()) {
params.start_time = $('#maintable_create_time').val();
}
if ($('#maintable_end_time').val()) {
params.end_time = $('#maintable_end_time').val();
}
$.ajax({
type: 'GET',
......
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