Commit 93e08b26 authored by 张子雨's avatar 张子雨

feat: 优化

parent 6957119a
...@@ -114,6 +114,7 @@ const StoreManagement = () => { ...@@ -114,6 +114,7 @@ const StoreManagement = () => {
break; break;
case 'department': case 'department':
setDepartmentVisible(false); setDepartmentVisible(false);
getDepartmentList(searchForm.enterpriseId);
break; break;
case 'blacklist': case 'blacklist':
setBlacklistVisible(false); setBlacklistVisible(false);
......
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