<button class="common_button" onclick="">查询</button>
</div>
<table class="query_form_table">
<tr>
<th>报表方式</th>
<td>
<select>
<option>按等级</option>
<option>按信用度</option>
<option>按满意度</option>
</select>
如何在onclick获得下拉框里面的值,再发送到DispatchAction里面判断调用哪个方法,谢谢。