Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
xiaomai-cloud-class-web
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xiaomai-cloud-class
xiaomai-cloud-class-web
Commits
1dc87439
Commit
1dc87439
authored
Mar 30, 2021
by
zangsuyun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:创建人
parent
62fd5acf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
src/modules/knowledge-base/modal/AddCourse.jsx
+4
-4
No files found.
src/modules/knowledge-base/modal/AddCourse.jsx
View file @
1dc87439
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* @Author: zangsuyun
* @Author: zangsuyun
* @Date: 2021-03-13 09:54:26
* @Date: 2021-03-13 09:54:26
* @LastEditors: zangsuyun
* @LastEditors: zangsuyun
* @LastEditTime: 2021-03-30 1
0:29:01
* @LastEditTime: 2021-03-30 1
9:24:05
* @Copyright: © 2020 杭州杰竞科技有限公司 版权所有
* @Copyright: © 2020 杭州杰竞科技有限公司 版权所有
*/
*/
...
@@ -579,7 +579,7 @@ class AddCourse extends React.Component {
...
@@ -579,7 +579,7 @@ class AddCourse extends React.Component {
refIds
:
_
.
pluck
(
selectVideo
,
"id"
),
refIds
:
_
.
pluck
(
selectVideo
,
"id"
),
storeId
:
User
.
getStoreId
(),
storeId
:
User
.
getStoreId
(),
type
:
"VOICE"
,
type
:
"VOICE"
,
createId
:
User
.
getUserId
(),
createId
:
User
.
get
Store
UserId
(),
});
});
}
}
if
(
selectLive
.
length
)
{
if
(
selectLive
.
length
)
{
...
@@ -588,7 +588,7 @@ class AddCourse extends React.Component {
...
@@ -588,7 +588,7 @@ class AddCourse extends React.Component {
refIds
:
_
.
pluck
(
selectLive
,
"liveCourseId"
),
refIds
:
_
.
pluck
(
selectLive
,
"liveCourseId"
),
storeId
:
User
.
getStoreId
(),
storeId
:
User
.
getStoreId
(),
type
:
"LIVE"
,
type
:
"LIVE"
,
createId
:
User
.
getUserId
(),
createId
:
User
.
get
Store
UserId
(),
});
});
}
}
if
(
selectPicture
.
length
)
{
if
(
selectPicture
.
length
)
{
...
@@ -597,7 +597,7 @@ class AddCourse extends React.Component {
...
@@ -597,7 +597,7 @@ class AddCourse extends React.Component {
refIds
:
_
.
pluck
(
selectPicture
,
"id"
),
refIds
:
_
.
pluck
(
selectPicture
,
"id"
),
storeId
:
User
.
getStoreId
(),
storeId
:
User
.
getStoreId
(),
type
:
"PICTURE"
,
type
:
"PICTURE"
,
createId
:
User
.
getUserId
(),
createId
:
User
.
get
Store
UserId
(),
});
});
}
}
...
...
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