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
Commit
535b853d
authored
Feb 22, 2020
by
季圣华
Browse files
优化经手人管理模块
parent
804c6c4b
Changes
1
Show whitespace changes
Inline
Side-by-side
erp_web/pages/materials/person.html
View file @
535b853d
...
@@ -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
();
}
}
...
...
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