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
aba9bbc8
Commit
aba9bbc8
authored
Mar 16, 2021
by
zhangleyuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:处理员工分享数据点击数据详情
parent
6ff9b6fe
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
16 deletions
+2
-16
src/modules/course-manage/AddLive.jsx
+0
-11
src/modules/plan-manage/LearningData.jsx
+2
-2
src/modules/plan-manage/components/UserLearningDataFilter.jsx
+0
-3
No files found.
src/modules/course-manage/AddLive.jsx
View file @
aba9bbc8
...
...
@@ -237,17 +237,6 @@ handleChangeBasicInfo = (field, value) => {
assistantStoreUserId
:
type
===
'assistantType'
?
_
.
pluck
(
optionValue
,
"key"
):
assistantStoreUserId
,
}
});
// 批量开始时间改变,结束时间自动同步一致
// if (field === 'startTime') {
// this.setState({
// addLiveClassInfo: {
// ...this.state.addLiveClassInfo,
// [field]: _value,
// endTime: _value,
// }
// });
// }
}
// 修改简介
...
...
src/modules/plan-manage/LearningData.jsx
View file @
aba9bbc8
...
...
@@ -99,10 +99,10 @@ class LearningData extends React.Component {
<
div
className=
"box"
>
{
(
User
.
getUserRole
()
===
"CloudManager"
||
User
.
getUserRole
()
===
"StoreManager"
)?
(<
Tabs
activeKey=
{
activeKey
}
onChange=
{
(
activeKey
)
=>
{
this
.
setState
({
activeKey
})}
}
>
<
Tabs
.
TabPane
tab=
"员工分享数据"
key=
"employeeShareData"
>
<
Tabs
.
TabPane
tab=
"员工分享数据"
key=
"employeeShareData"
forceRender=
"true"
>
<
EmployeeShareData
/>
</
Tabs
.
TabPane
>
<
Tabs
.
TabPane
tab=
"用户学习数据"
key=
"userLearningData"
>
<
Tabs
.
TabPane
tab=
"用户学习数据"
key=
"userLearningData"
forceRender=
"true"
>
<
UserLearningData
/>
</
Tabs
.
TabPane
>
</
Tabs
>)
...
...
src/modules/plan-manage/components/UserLearningDataFilter.jsx
View file @
aba9bbc8
...
...
@@ -48,9 +48,6 @@ function UserLearningDataFilter(props) {
},
[]);
function
handleChangeCreatorQuery
(
record
){
console
.
log
(
'11'
);
const
_creatorQuery
=
{...
creatorQuery
};
_creatorQuery
.
operateId
=
record
.
storeUserId
;
setCreatorQuery
(
_creatorQuery
);
...
...
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