系统配置切换tab刷新数据

This commit is contained in:
禺狨 2023-04-24 10:49:25 +08:00
parent ea934eae07
commit 0dfbaaf5a6

View File

@ -31,7 +31,7 @@ const SystemConfigPage = () => {
useEffect(() => {
getDetail();
}, []);
}, [tabKey]);
const getDetail = () => {
appConfig.appConfig().then((res: any) => {