|
@@ -73,7 +73,7 @@
|
|
<el-form-item
|
|
<el-form-item
|
|
>
|
|
>
|
|
<el-select v-model.trim="searchForm.noPaymentType" placeholder="未缴费类型">
|
|
<el-select v-model.trim="searchForm.noPaymentType" placeholder="未缴费类型">
|
|
- <el-option label="历史"
|
|
|
|
|
|
+ <el-option label="已结束"
|
|
:value="0"></el-option>
|
|
:value="0"></el-option>
|
|
<el-option label="进行中"
|
|
<el-option label="进行中"
|
|
:value="1"></el-option>
|
|
:value="1"></el-option>
|
|
@@ -234,7 +234,6 @@ export default {
|
|
if(query.result) {
|
|
if(query.result) {
|
|
this.searchForm.eduTeacherId = Number(query.result)
|
|
this.searchForm.eduTeacherId = Number(query.result)
|
|
}
|
|
}
|
|
- console.log(query.noPaymentType)
|
|
|
|
if(query.noPaymentType){
|
|
if(query.noPaymentType){
|
|
|
|
|
|
this.searchForm.noPaymentType = Number(query.noPaymentType)
|
|
this.searchForm.noPaymentType = Number(query.noPaymentType)
|