Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
JSH ERP
Commits
535b853d
"vscode:/vscode.git/clone" did not exist on "a2d57732c8b9bba0752ef7c068d21f59cf29864d"
Commit
535b853d
authored
Feb 22, 2020
by
季圣华
Browse files
优化经手人管理模块
parent
804c6c4b
Changes
1
Hide whitespace changes
Inline
Side-by-side
erp_web/pages/materials/person.html
View file @
535b853d
...
...
@@ -430,8 +430,8 @@
//重置按钮
$
(
"
#searchResetBtn
"
).
unbind
().
bind
({
click
:
function
()
{
$
(
"
#searchName
"
).
val
(
"
"
);
$
(
"
#searchType
"
).
val
(
"
"
);
$
(
"
#searchName
"
).
textbox
(
"
clear
"
);
$
(
"
#searchType
"
).
combobox
(
"
clear
"
);
//加载完以后重新初始化
$
(
"
#searchBtn
"
).
click
();
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment