5.6 高质量运营优化

This commit is contained in:
jl-zhoujl2
2023-05-06 14:30:49 +08:00
parent bf41560559
commit f5819216de
3 changed files with 12 additions and 7 deletions

View File

@ -45,7 +45,7 @@ const ProLineMaintenance: React.FC<{}> = () => {
// })
getHomeRight().then(res => {
if (res?.success) {
setFormData(res?.data.slice(-4));
setFormData(res?.data.slice(6, 10));
}
})
}