2024年9月8日 修复清洗时时间永远是2023的问题
This commit is contained in:
parent
34941ea56a
commit
f29ae089cb
|
@ -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{
|
||||
|
|
Loading…
Reference in New Issue