From eac6b7989a6cbb9d09b20a1c46f51bb68d9f5ae7 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期三, 19 二月 2025 10:01:50 +0800
Subject: [PATCH] 项目信息一对多的情况列表不显示、相关文书不要了

---
 src/components/Process/panel/taskListener.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/components/Process/panel/taskListener.vue b/src/components/Process/panel/taskListener.vue
index dcb42eb..c46c01c 100644
--- a/src/components/Process/panel/taskListener.vue
+++ b/src/components/Process/panel/taskListener.vue
@@ -427,9 +427,9 @@
       //鏍¢獙瓒呮椂鐩戝惉鍣ㄥ弬鏁�
       if (this.listenerForm.class === 'com.ycl.listener.flowable.FlowableOverTimeListener') {
         // 0-0 鏍煎紡
-        const regex = /^(\d{1,2})-(\d{1,2})$/;
+        const regex = /^(\d{1,3})-(\d{1,2})$/;
         for (let i = 0; i < this.listenerForm.fields.length; i++) {
-          if (this.listenerForm.fields[i].name === '绾㈢爜鏃堕暱' || this.listenerForm.fields[i].name === '榛勭爜鏃堕暱') {
+          if (this.listenerForm.fields[i].name === '绾㈢爜鏃堕暱' || this.listenerForm.fields[i].name === '榛勭爜鏃堕暱' || this.listenerForm.fields[i].name === '鍔炵悊鏈熼檺') {
             const match = this.listenerForm.fields[i].string.match(regex);
             if (match) {
               const hours1 = parseInt(match[1], 10);

--
Gitblit v1.8.0