This commit is contained in:
2024-12-06 17:20:17 +08:00
parent 18c441cacf
commit 35a4592a74
2 changed files with 20 additions and 7 deletions

View File

@@ -69,6 +69,14 @@
</el-date-picker>
</div>
</el-form-item>
<el-form-item>
<div class="block">
<el-checkbox size="mini"
align="right" v-model="dataForm.filterPresale"> 过滤预售书
</el-checkBox>
</div>
</el-form-item>
<el-form-item>
<el-button @click="pageIndex = 1;getDataList()">查询</el-button>
@@ -704,6 +712,10 @@
}
},
methods: {
changeFilterPresale(){
this.pageIndex = 1
this.getDataList()
},
seeBooks(arr) {
this.currBookLIst = arr
this.booksShow = true
@@ -954,6 +966,7 @@
"orderStatus": this.tabChange.tabActiveName,
"pageIndex": this.pageIndex,
"pageSize": this.pageSize,
"filterPresale": this.dataForm.filterPresale?1:0,
})
}).then(({
data