Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
A
Aidea
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sa_aidea
Aidea
Commits
83761dbc
Commit
83761dbc
authored
Nov 30, 2020
by
谢希宇
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
e34623be
90035491
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
productform.html
...eb/src/main/webapp/WEB-INF/views/product/productform.html
+5
-1
No files found.
aidea-modules/product-module-web/src/main/webapp/WEB-INF/views/product/productform.html
View file @
83761dbc
...
...
@@ -439,7 +439,11 @@
console
.
log
(
$
(
"textarea[name='description']"
).
val
());
var
data
=
$
(
"#myForm"
).
serializeJSON
();
var
productImg
=
coverPP
.
getStringValues
().
split
(
','
)[
0
];
var
productImgDetail
=
coverPPDetail
.
getStringValues
();
var
imgDetail
=
coverPPDetail
.
getStringValues
().
split
(
','
);
var
arr
=
imgDetail
.
filter
(
function
(
el
){
return
el
!==
''
;
})
var
productImgDetail
=
arr
.
join
(
","
);
var
classify
=
$
(
'.select2'
).
select2
(
'val'
).
toString
();
data
.
classifyId
=
classify
;
data
.
productImg
=
productImg
;
...
...
Write
Preview
Markdown
is supported
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