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
782fdf2c
Commit
782fdf2c
authored
Aug 04, 2021
by
zhangleyuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:处理空白
parent
afb1cf58
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletions
+7
-1
src/modules/college-manage/components/DepartMentTabCon.jsx
+6
-0
src/modules/college-manage/modal/SetEmployeeModal.jsx
+1
-1
No files found.
src/modules/college-manage/components/DepartMentTabCon.jsx
View file @
782fdf2c
...
...
@@ -190,6 +190,12 @@ function DepartMentTabCon(props) {
idList
,
storeId
:
User
.
getStoreId
()
}
console
.
log
(
'selectDep'
,
selectDep
);
if
(
selectDep
.
id
===
100
){
params
.
userType
=
'WE_CHAT'
;
}
else
{
params
.
userType
=
'WORK_WE_CHAT'
}
StoreService
.
delDepartmentUser
(
params
).
then
((
res
)
=>
{
message
.
success
(
`删除成功`
);
getUserList
();
...
...
src/modules/college-manage/modal/SetEmployeeModal.jsx
View file @
782fdf2c
...
...
@@ -73,7 +73,7 @@ export default class SetEmployeeModal extends React.Component {
<
Tooltip
title=
{
item
.
name
}
>
<
span
className=
'name'
>
{
/* {item.userName} */
}
<
WWOpenDataCom
type=
"userName"
openid=
{
tem
.
userName
}
/>
<
WWOpenDataCom
type=
"userName"
openid=
{
i
tem
.
userName
}
/>
</
span
>
</
Tooltip
>
<
span
className=
"tag"
>
{
tagMap
[
item
.
roleCode
]
}
</
span
>
...
...
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