提交
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user