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
96acdb00
Commit
96acdb00
authored
Apr 10, 2021
by
chenshu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:完善各页面
parent
4eee1cdf
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
src/modules/college-manage/EmployeeManage.tsx
+2
-2
src/modules/college-manage/UserManagePage.tsx
+1
-1
No files found.
src/modules/college-manage/EmployeeManage.tsx
View file @
96acdb00
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* @Author: wufan
* @Author: wufan
* @Date: 2020-07-09 14:03:09
* @Date: 2020-07-09 14:03:09
* @Last Modified by: chenshu
* @Last Modified by: chenshu
* @Last Modified time: 2021-04-10 1
2:10:35
* @Last Modified time: 2021-04-10 1
3:56:06
* 学院管理-员工管理
* 学院管理-员工管理
*/
*/
import
React
,
{
useEffect
,
useState
}
from
"react"
;
import
React
,
{
useEffect
,
useState
}
from
"react"
;
...
@@ -395,9 +395,9 @@ function EmployeeManage() {
...
@@ -395,9 +395,9 @@ function EmployeeManage() {
isOpen=
{
employeeModal
}
isOpen=
{
employeeModal
}
type=
"USER"
type=
"USER"
handleChooseModal=
{
(
bool
:
any
)
=>
{
handleChooseModal=
{
(
bool
:
any
)
=>
{
message
.
success
(
'添加成功'
)
setEmployeeModal
(
false
)
setEmployeeModal
(
false
)
if
(
bool
)
{
if
(
bool
)
{
message
.
success
(
'添加成功'
)
getEmployeeList
();
getEmployeeList
();
}
}
}
}
}
}
...
...
src/modules/college-manage/UserManagePage.tsx
View file @
96acdb00
...
@@ -95,9 +95,9 @@ function UserManagePage() {
...
@@ -95,9 +95,9 @@ function UserManagePage() {
isOpen=
{
true
}
isOpen=
{
true
}
type=
"CUSTOMER"
type=
"CUSTOMER"
handleChooseModal=
{
(
bool
:
any
)
=>
{
handleChooseModal=
{
(
bool
:
any
)
=>
{
message
.
success
(
'添加成功'
)
setModel
(
null
)
setModel
(
null
)
if
(
bool
)
{
if
(
bool
)
{
message
.
success
(
'添加成功'
)
getUserList
();
getUserList
();
}
}
}
}
}
}
...
...
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