From da30fcb34b98f4b1476209e2e712d52ba50e49bf Mon Sep 17 00:00:00 2001
From: chenhaozhe <cgz@hz-kingdee.com>
Date: 星期二, 07 四月 2026 09:00:58 +0800
Subject: [PATCH] 修复 抄送人选择模块 在 后端启用 JWT功能时,没有自动插入 Token 的问题,并 排查 剩余模块中,有无类似 问题
---
WebTM/views/home/console.html | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/WebTM/views/home/console.html b/WebTM/views/home/console.html
index 99133d3..edcba28 100644
--- a/WebTM/views/home/console.html
+++ b/WebTM/views/home/console.html
@@ -322,6 +322,8 @@
HTranslationText = data[i].HTranslationText_English;
} else if (sessionStorage["HTranSlate"] == "3") {
HTranslationText = data[i].HTranslationText_Spain;
+ } else {
+ HTranslationText = data[i].HCaption;
}
if (i == 0) {
--
Gitblit v1.9.1