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
ac4b314f
Commit
ac4b314f
authored
Aug 10, 2021
by
zhangleyuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:处理移出
parent
4014a5ba
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
src/modules/college-manage/components/DepartMentTabCon.jsx
+2
-1
src/modules/college-manage/components/LeftStructureTree.less
+2
-1
No files found.
src/modules/college-manage/components/DepartMentTabCon.jsx
View file @
ac4b314f
...
@@ -252,6 +252,7 @@ function DepartMentTabCon(props) {
...
@@ -252,6 +252,7 @@ function DepartMentTabCon(props) {
}
else
{
}
else
{
params
.
userType
=
'WORK_WE_CHAT'
;
params
.
userType
=
'WORK_WE_CHAT'
;
}
}
params
.
departmentId
=
selectDep
.
id
;
StoreService
.
delDepartmentUser
(
params
).
then
((
res
)
=>
{
StoreService
.
delDepartmentUser
(
params
).
then
((
res
)
=>
{
if
(
props
.
currentTab
===
"departMentTab"
){
if
(
props
.
currentTab
===
"departMentTab"
){
message
.
success
(
`删除成功`
);
message
.
success
(
`删除成功`
);
...
@@ -387,7 +388,7 @@ function DepartMentTabCon(props) {
...
@@ -387,7 +388,7 @@ function DepartMentTabCon(props) {
image
:
college
,
image
:
college
,
description
:
"暂无数据"
,
description
:
"暂无数据"
,
}
}
}
}
scroll=
{
{
x
:
6
00
}
}
scroll=
{
{
x
:
15
00
}
}
bordered
bordered
size=
"middle"
size=
"middle"
pagination=
{
false
}
pagination=
{
false
}
...
...
src/modules/college-manage/components/LeftStructureTree.less
View file @
ac4b314f
...
@@ -2,7 +2,8 @@
...
@@ -2,7 +2,8 @@
margin-right: 24px;
margin-right: 24px;
width:260px;
width:260px;
height: calc(~'100vh - 260px');
height: calc(~'100vh - 260px');
overflow-y: scroll;
overflow: scroll;
flex-shrink: 0;
.organization{
.organization{
overflow: scroll;
overflow: scroll;
.search-con{
.search-con{
...
...
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