Commit 149585e0 by chenshu

fix:修复列表

parent e144bc5a
......@@ -189,7 +189,7 @@ export default class CollegeManagePage extends React.Component {
e.stopPropagation();
Modal.confirm({
title: '确定停用吗?',
content: '用学院,所有学院相关信息不可使用,用户无法继续学习,请谨慎操作!',
content: '用学院,所有学院相关信息不可使用,用户无法继续学习,请谨慎操作!',
icon: <span className="icon iconfont default-confirm-icon">&#xe6f4;</span>,
onOk: () => {
this.checkCollege(item, false);
......
......@@ -270,6 +270,7 @@ function Header(props) {
onChange={(e) => {
setStoreId(e.target.value)
User.setStoreId(e.target.value);
window.RCHistory.push('/home');
window.location.reload();
}}
value={storeId}
......
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