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
3d8ebb9a
Commit
3d8ebb9a
authored
Dec 11, 2020
by
wufan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:去掉underscore多余声明
parent
23a0227a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
src/modules/course-manage/modal/select-student/FilterContent.jsx
+2
-2
src/modules/course-manage/modal/select-student/StudentList.jsx
+1
-2
No files found.
src/modules/course-manage/modal/select-student/FilterContent.jsx
View file @
3d8ebb9a
...
...
@@ -2,7 +2,7 @@
* @Author: 吴文洁
* @Date: 2020-08-07 16:28:41
* @LastEditors: wufan
* @LastEditTime: 2020-12-11 1
5:29:27
* @LastEditTime: 2020-12-11 1
7:49:00
* @Description: 选择学员-筛选组件
* @Copyright: 杭州杰竞科技有限公司 版权所有
*/
...
...
@@ -17,7 +17,7 @@ import { SearchBar } from '@/components';
import
ClassSearchSelect
from
'@/modules/common/ClassSearchSelect'
;
import
CourseSearchSelect
from
'@/modules/common/CourseSearchSelect'
;
import
StaticSelect
from
'@/modules/common/StaticSelect'
;
import
_
from
'underscore'
;
let
resourceData
=
{};
_
.
map
(
window
.
RESOURCE
,
item
=>
{
resourceData
[
item
.
code
]
=
item
.
name
...
...
src/modules/course-manage/modal/select-student/StudentList.jsx
View file @
3d8ebb9a
...
...
@@ -2,7 +2,7 @@
* @Author: 吴文洁
* @Date: 2020-08-07 16:28:49
* @LastEditors: wufan
* @LastEditTime: 2020-12-11 17:4
7:33
* @LastEditTime: 2020-12-11 17:4
9:17
* @Description: 选择学员-学员列表组件
* @Copyright: 杭州杰竞科技有限公司 版权所有
*/
...
...
@@ -12,7 +12,6 @@ import { Table, Tooltip, Menu, Dropdown } from 'antd';
import
_
from
'underscore'
;
import
Bus
from
'@/core/bus'
;
import
{
PageControl
}
from
'@/components'
;
import
_
from
'underscore'
;
let
resourceData
=
{};
_
.
map
(
window
.
RESOURCE
,
item
=>
{
...
...
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