From e17e1a17f3487bb1bda7fdcef78355bd050ef3ed Mon Sep 17 00:00:00 2001
From: yangle <admin@YINMOU>
Date: 星期二, 29 四月 2025 16:20:40 +0800
Subject: [PATCH] 用户编辑页面优化

---
 WebTM/layuiadmin/MESLanguage.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/WebTM/layuiadmin/MESLanguage.js b/WebTM/layuiadmin/MESLanguage.js
index 24dd89f..03170dd 100644
--- a/WebTM/layuiadmin/MESLanguage.js
+++ b/WebTM/layuiadmin/MESLanguage.js
@@ -156,7 +156,7 @@
                     }
 
                     for (var j = 0; j < indicesList.length; j++) {
-                        document.querySelectorAll(data[i].HFieldCode)[indicesList[j]].innerHTML = document.querySelectorAll(data[i].HFieldCode)[indicesList[j]].innerHTML.replace(data[i].HFieldName, HTranslationText);
+                        document.querySelectorAll(data[i].HFieldCode)[indicesList[j]].innerText = document.querySelectorAll(data[i].HFieldCode)[indicesList[j]].innerText.replace(data[i].HFieldName, HTranslationText);
                     }
 
                 }

--
Gitblit v1.9.1