From 9318a4fed1b9f39fb4981fe1adbf26a8d86f4e6f Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期二, 03 六月 2025 17:47:36 +0800
Subject: [PATCH] 2025-06-03

---
 src/tabviews/zshare/mutilform/index.jsx |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/tabviews/zshare/mutilform/index.jsx b/src/tabviews/zshare/mutilform/index.jsx
index b681516..f185b87 100644
--- a/src/tabviews/zshare/mutilform/index.jsx
+++ b/src/tabviews/zshare/mutilform/index.jsx
@@ -1561,7 +1561,7 @@
     const { action } = this.props
     const { formlist, send_type, timestamp, n_id } = this.state
 
-    window.CACHE.errFocusId = ''
+    window.GLOB.errFocusId = ''
     // 琛ㄥ崟鎻愪氦鏃舵鏌ヨ緭鍏ュ�兼槸鍚︽纭�
     return new Promise((resolve, reject) => {
       this.props.form.validateFieldsAndScroll((err, values) => {
@@ -1688,7 +1688,7 @@
         })
 
         this.submitId = formId || ''
-        window.CACHE.errFocusId = errId || ''
+        window.GLOB.errFocusId = errId || ''
 
         if (locals) {
           sessionStorage.setItem('local_' + action.uuid, JSON.stringify(locals))

--
Gitblit v1.8.0