@@ -74,7 +74,7 @@ function AHeader({ history, hideName }) {
const params = values
post(api.midifyPassword, params).then((res) => {
if (res.data.code === 200) {
-
+ message.success('修改成功');
}
})
@@ -1,6 +1,5 @@
import React, { useState, useEffect, useRef } from 'react';
import { Form, Input, Button, Table, Select, Pagination, Space, Menu, Dropdown, Modal, Breadcrumb, message, Row, Col, Tooltip } from 'antd';
-import { DownOutlined, PlusOutlined, ExclamationCircleOutlined } from '@ant-design/icons';
import '@common/common.less';
import { useSelector } from 'react-redux'
import apiObj from '@api/index';
import { Form, Input, Button, Table, Pagination, Row, Col, Tooltip, DatePicker } from 'antd';
import moment from "moment";