From d1f19b794216b37417e114b71c1cd7a2ac3d7748 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 02 三月 2023 01:14:29 +0800
Subject: [PATCH] 2023-03-02

---
 src/tabviews/custom/components/module/account/index.jsx |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/tabviews/custom/components/module/account/index.jsx b/src/tabviews/custom/components/module/account/index.jsx
index 14f4937..4996d2c 100644
--- a/src/tabviews/custom/components/module/account/index.jsx
+++ b/src/tabviews/custom/components/module/account/index.jsx
@@ -90,13 +90,13 @@
     if (!activeItem && Item) {
       this.setBook(Item)
     } else if (Item) {
-      const _this = this
+      const that = this
       confirm({
         title: '纭畾鍒囨崲璐﹀鍚楋紵',
         content: '鍒囨崲璐﹀鏃剁郴缁熼渶瑕佸埛鏂般��',
         onOk() {
           return new Promise(resolve => {
-            _this.setBook(Item, resolve)
+            that.setBook(Item, resolve)
           })
         },
         onCancel() {}
@@ -115,7 +115,7 @@
     let sid = localStorage.getItem('SessionUid') || ''
     let param = {
       func: 'sPC_TableData_InUpDe',
-      LText: `delete  tmp_session_show_key where createuserid='${userid}' and createuser='${sid}' and key_type='fcc_years'
+      LText: `delete  tmp_session_show_key where createuserid='${userid}' and key_type='fcc_years'
         insert into tmp_session_show_key ( key_id,key_type,createuserid,CreateUser,CreateStaff) 
         select '${item.id}','fcc_years','${userid}','${sid}','${sessionStorage.getItem('Full_Name') || ''}'`,
       exec_type: 'y'

--
Gitblit v1.8.0