Commit 5bc61f4e authored by wangjiangze's avatar wangjiangze

酒店片库搜索功能修改

parent 92d10dfd
......@@ -114,6 +114,8 @@ onRowContextMenu : onRowContextMenu
$("select[name='searchHotel']").bind("change",function(){
$('#dg').datagrid({ queryParams: form2Json("searchform") }); //点击搜索
});
$("select[name='searchSp']").trigger("change");
});
</script>
<script type="text/javascript">
......
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