fix: 首页活动加载
This commit is contained in:
@@ -138,7 +138,10 @@ const Home = () => {
|
||||
okFun: async (res: any) => {
|
||||
console.log("systemConfig--", res);
|
||||
await setsystemConfig(res?.data ?? []);
|
||||
await getdetails()
|
||||
setTimeout(()=>{
|
||||
getdetails()
|
||||
},500)
|
||||
// await getdetails()
|
||||
},
|
||||
};
|
||||
await getTable(objParams);
|
||||
|
||||
Reference in New Issue
Block a user