开发: 添加表情匹配, 添加客群中心页面,修复弹框关闭

This commit is contained in:
zhengw
2023-04-20 17:38:19 +08:00
parent 21c1790dc4
commit 2156976a8c
19 changed files with 1135 additions and 123 deletions

View File

@@ -125,6 +125,7 @@ const DepartmentsList: React.FC = () => {
notification.success({
message: res.err_msg,
});
setSyncOpen('');
getDepartmentsList();
}
});
@@ -135,6 +136,7 @@ const DepartmentsList: React.FC = () => {
notification.success({
message: res.err_msg,
});
setSyncOpen('');
getStaffsList();
}
});