From 5490476c12ef5ee96837b28d307b2a01d3f1893e Mon Sep 17 00:00:00 2001 From: lion <120344285@qq.com> Date: Sun, 4 Jan 2026 17:15:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=BC=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/course/txl.vue | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) 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