Commit 3227be7a by zhujian

'fix'

parent 5276872c
...@@ -111,7 +111,9 @@ class AddVideoCourse extends React.Component { ...@@ -111,7 +111,9 @@ class AddVideoCourse extends React.Component {
}) })
} }
catalogChange = (value, categoryName) => { catalogChange = (value, _categoryName) => {
const categoryName =_.pluck(_categoryName,'categoryName').join('-')
console.log(categoryName)
const changeValueLength = value.length const changeValueLength = value.length
switch (changeValueLength) { switch (changeValueLength) {
case 1: case 1:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment