Commit 9fd3538e by chenshu

fix:修复列表

parent 302cafb7
......@@ -269,6 +269,8 @@ function Header(props) {
<RadioGroup
onChange={(e) => {
setStoreId(e.target.value)
User.setStoreId(e.target.value);
window.location.reload();
}}
value={storeId}
id="college-radio-group"
......
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