Commit 535b853d authored by 季圣华's avatar 季圣华
Browse files

优化经手人管理模块

parent 804c6c4b
...@@ -430,8 +430,8 @@ ...@@ -430,8 +430,8 @@
//重置按钮 //重置按钮
$("#searchResetBtn").unbind().bind({ $("#searchResetBtn").unbind().bind({
click: function () { click: function () {
$("#searchName").val(""); $("#searchName").textbox("clear");
$("#searchType").val(""); $("#searchType").combobox("clear");
//加载完以后重新初始化 //加载完以后重新初始化
$("#searchBtn").click(); $("#searchBtn").click();
} }
......
Supports Markdown
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