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
4f26664b
Commit
4f26664b
authored
May 07, 2019
by
qiankunpingtai
Browse files
修复js错误
parent
b3034ef6
Changes
1
Hide whitespace changes
Inline
Side-by-side
erp_web/pages/manage/functions.html
View file @
4f26664b
...
...
@@ -398,7 +398,7 @@
$
(
"
#Enabled
"
).
attr
(
"
checked
"
,
rowsdata
.
enabled
===
true
?
true
:
false
);
$
(
"
#Type
"
).
focus
().
val
(
rowsdata
.
type
);
var
pushbtn
=
rowsdata
.
pushbtn
;
if
(
pushbtn
!==
"
undefined
"
&&
pushbtn
!==
""
)
{
if
(
pushbtn
)
{
var
arr
=
pushbtn
.
split
(
"
,
"
);
var
pushBtnArray
=
[];
for
(
var
i
=
0
;
i
<
arr
.
length
;
i
++
)
{
...
...
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