diff --git a/src/views/course/txl.vue b/src/views/course/txl.vue index ee206b2..97f57a4 100644 --- a/src/views/course/txl.vue +++ b/src/views/course/txl.vue @@ -405,7 +405,11 @@ } }) - + // , { + // key: 'fee_status', + // op: 'eq', + // value: this.subjectObj.is_fee === 0 ? '' : this.subjectObj.is_fee + // } download( '/api/admin/course-signs/index', 'get', { @@ -427,11 +431,8 @@ key: 'status', op: 'eq', value: 1 - }, { - key: 'fee_status', - op: 'eq', - value: this.subjectObj.is_fee === 0 ? '' : this.subjectObj.is_fee - }], + } + ], is_export: 1, page: 1, page_size: 999