Commit 96acdb00 by chenshu

feat:完善各页面

parent 4eee1cdf
......@@ -2,7 +2,7 @@
* @Author: wufan
* @Date: 2020-07-09 14:03:09
* @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";
......@@ -395,9 +395,9 @@ function EmployeeManage() {
isOpen={employeeModal}
type="USER"
handleChooseModal={(bool: any) => {
message.success('添加成功')
setEmployeeModal(false)
if (bool) {
message.success('添加成功')
getEmployeeList();
}
}}
......
......@@ -95,9 +95,9 @@ function UserManagePage() {
isOpen={true}
type="CUSTOMER"
handleChooseModal={(bool: any) => {
message.success('添加成功')
setModel(null)
if (bool) {
message.success('添加成功')
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