Commit 96acdb00 by chenshu

feat:完善各页面

parent 4eee1cdf
...@@ -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 12:10:35 * @Last Modified time: 2021-04-10 13: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();
} }
}} }}
......
...@@ -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();
} }
}} }}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment