From 89aff6055186c9fcd4627865820552a30395f512 Mon Sep 17 00:00:00 2001 From: x1ao4 Date: Mon, 15 Sep 2025 02:20:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BB=BB=E5=8A=A1=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E6=8E=92=E5=BA=8F=E5=AF=BC=E8=87=B4=E7=9A=84=E6=93=8D?= =?UTF-8?q?=E4=BD=9C=E7=BB=91=E5=AE=9A=E9=94=99=E8=AF=AF=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修复任务配置区域按钮使用正确的原始索引而不是排序后索引 - 修复选择文件夹、重置文件夹、选择起始文件等按钮的操作绑定 - 修复资源搜索、命名预览、日期选择等功能的索引绑定 - 确保无论使用何种排序方式,按钮操作的都是正确的任务 问题:任务列表使用非编号排序时,配置区域的按钮操作的是按编号排序时对应位置的任务 解决:使用 task.__originalIndex 属性确保所有按钮操作都使用正确的原始索引 --- app/templates/index.html | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/app/templates/index.html b/app/templates/index.html index 126e65e..512288a 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -1080,8 +1080,8 @@
- -