wyq 3 năm trước cách đây
mục cha
commit
acd3ff0798

+ 1 - 1
src/components/AHeader/index.js

@@ -74,7 +74,7 @@ function AHeader({ history, hideName }) {
         const params = values
         post(api.midifyPassword, params).then((res) => {
             if (res.data.code === 200) {
-
+                message.success('修改成功');
             }
         })
     }

+ 0 - 1
src/components/ExceptionLog/index.js

@@ -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';

+ 0 - 1
src/components/OperationLog/index.js

@@ -1,6 +1,5 @@
 import React, { useState, useEffect, useRef } from 'react';
 import { Form, Input, Button, Table, Pagination, Row, Col, Tooltip, DatePicker } from 'antd';
-import { DownOutlined, PlusOutlined, ExclamationCircleOutlined } from '@ant-design/icons';
 import '@common/common.less';
 import apiObj from '@api/index';
 import moment from "moment";