2024年9月8日 修复清洗时时间永远是2023的问题
This commit is contained in:
parent
34941ea56a
commit
f29ae089cb
|
@ -15,10 +15,10 @@
|
|||
</a-form-item>
|
||||
</a-col>
|
||||
<a-col :lg="8">
|
||||
<a-form-item label="年级" name="nj">
|
||||
<j-input placeholder="请输入年级" v-model:value="queryParam.nj"></j-input>
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
<a-form-item label="年级" name="nj">
|
||||
<j-input placeholder="请输入年级" v-model:value="queryParam.nj"></j-input>
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
<a-col :xl="6" :lg="7" :md="8" :sm="24">
|
||||
<span style="float: left; overflow: hidden" class="table-page-search-submitButtons">
|
||||
<a-col :lg="6">
|
||||
|
|
|
@ -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