Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ufo
/
ufo-platform
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
chenchao
2019-11-14 10:16:45 +0800
Commit
a92f546c7d576cb904b265efa7a13c69a369fa75
1 parent
453a72eb
user coupon list add more properties
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
web/src/main/webapp/html/billsManage/list.html
web/src/main/webapp/html/billsManage/list.html
View file @
a92f546
...
...
@@ -129,6 +129,7 @@ $(function() {
if
(
result
.
code
==
200
)
{
var
optionData
=
result
.
data
var
arrys
=
new
Array
();
arrys
.
push
({
"code"
:
""
,
"text"
:
"全部"
});
$
.
each
(
optionData
,
function
(
index
,
data
){
arrys
.
push
({
"code"
:
index
,
"text"
:
data
});});
console
.
log
(
arrys
);
...
...
Please
register
or
login
to post a comment