Commit 5c7a5a6f authored by 张子雨's avatar 张子雨

Merge branch 'feat/storeManagement' into feature/meal-3.0

* feat/storeManagement:
  feat: 优化
parents ff45f88d 93e08b26
...@@ -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