Skip to content

Commit

Permalink
fix: isr 配置表单初始值未带入
Browse files Browse the repository at this point in the history
  • Loading branch information
Mereithhh committed Feb 2, 2023
1 parent adfa3ad commit f56f828
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/admin/src/pages/SystemConfig/tabs/Advance.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ export default function (props) {
layout={'horizontal'}
request={async (params) => {
try {
const data = await getISRConfig();
const { data } = await getISRConfig();
console.log(data);
return data;
} catch (err) {
console.log(err);
Expand Down

0 comments on commit f56f828

Please sign in to comment.