From aeacf2d02405864a0eacd97e8be732ab7cd225c6 Mon Sep 17 00:00:00 2001 From: ngfchl Date: Thu, 13 Oct 2022 00:35:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=B8=8B=E8=BD=BD=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1=E7=AE=A1=E7=90=86=E4=B8=AD=E5=88=87=E6=8D=A2=E4=B8=8B?= =?UTF-8?q?=E8=BD=BD=E5=99=A8=E5=88=86=E7=B1=BB=E6=9C=AA=E9=87=8D=E7=BD=AE?= =?UTF-8?q?=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/auto_pt/downloading.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/auto_pt/downloading.html b/templates/auto_pt/downloading.html index f3dc301..ade3ad1 100644 --- a/templates/auto_pt/downloading.html +++ b/templates/auto_pt/downloading.html @@ -14,6 +14,7 @@ background-color: #e76b11 !important; color: #fff; } + .vxe-table--body tr.row--checked > td { background-color: rgb(86, 105, 219) !important; color: #fff; @@ -810,6 +811,7 @@ clearInterval(this.timer) this.timer = null this.mainData = [] + this.categories = [] this.get_downloader_categories(this.downloader_id) this.timer = setInterval(() => { this.get_downloading(this.downloader_id) @@ -859,7 +861,7 @@ }) let categoryFilters = [{label: '未分类', value: ''}] let categories = res.data.data.categories - + this.categories = [] categories.forEach((value, index, array) => { categoryFilters.push({'label': value, 'value': value}) this.categories.push({'title': value, 'value': value})