2024年9月8日 修复清洗时时间永远是2023的问题

This commit is contained in:
bai 2024-09-08 11:15:09 +08:00
parent 34941ea56a
commit f29ae089cb
2 changed files with 5 additions and 5 deletions

View File

@ -222,7 +222,7 @@
getCurrentSchoolYear().then(res => {
let year = res?.paramValue;
if(year){
purificationAllPic({ year: 2023 }).then(res => {
purificationAllPic({ year }).then(res => {
console.log(res);
});
}else{