|
@@ -2,7 +2,7 @@
|
|
|
<div class="m-container">
|
|
|
<h2>
|
|
|
<div class="squrt"></div>欠费学员
|
|
|
- <!-- <filter-search @reload="reloadSearch" :keys="['visitFlag']" :moreKeys="['organId']"/> -->
|
|
|
+ <filter-search @reload="reloadSearch" :keys="['hasCourse']" :moreKeys="['organId']"/>
|
|
|
</h2>
|
|
|
<div class="m-core">
|
|
|
<save-form
|
|
@@ -234,10 +234,10 @@ export default {
|
|
|
if(query.result) {
|
|
|
this.searchForm.eduTeacherId = Number(query.result)
|
|
|
}
|
|
|
- if(query.noPaymentType){
|
|
|
+ // if(query.noPaymentType){
|
|
|
|
|
|
- this.searchForm.noPaymentType = Number(query.noPaymentType)
|
|
|
- }
|
|
|
+ // this.searchForm.noPaymentType = Number(query.noPaymentType)
|
|
|
+ // }
|
|
|
getCooperation({ rows: 1000 }).then((res) => {
|
|
|
this.cooperations = res.data.rows
|
|
|
})
|
|
@@ -259,6 +259,7 @@ export default {
|
|
|
page: this.rules.page,
|
|
|
rows: this.rules.limit,
|
|
|
organId: organId.join(','),
|
|
|
+ hasCourse:this.$route.query.hasCourse,
|
|
|
...rest,
|
|
|
})
|
|
|
|