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

@ -15,10 +15,10 @@
</a-form-item> </a-form-item>
</a-col> </a-col>
<a-col :lg="8"> <a-col :lg="8">
<a-form-item label="年级" name="nj"> <a-form-item label="年级" name="nj">
<j-input placeholder="请输入年级" v-model:value="queryParam.nj"></j-input> <j-input placeholder="请输入年级" v-model:value="queryParam.nj"></j-input>
</a-form-item> </a-form-item>
</a-col> </a-col>
<a-col :xl="6" :lg="7" :md="8" :sm="24"> <a-col :xl="6" :lg="7" :md="8" :sm="24">
<span style="float: left; overflow: hidden" class="table-page-search-submitButtons"> <span style="float: left; overflow: hidden" class="table-page-search-submitButtons">
<a-col :lg="6"> <a-col :lg="6">

View File

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