"vscode:/vscode.git/clone" did not exist on "a2d57732c8b9bba0752ef7c068d21f59cf29864d"
Commit 535b853d authored by 季圣华's avatar 季圣华
Browse files

优化经手人管理模块

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