From fa76b73b7a1c9671a76c9821ed1a28e2f2b9e2b7 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期二, 20 二月 2024 14:19:19 +0800
Subject: [PATCH] Merge branch 'positec' into dms

---
 src/views/rolemanage/index.jsx |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/rolemanage/index.jsx b/src/views/rolemanage/index.jsx
index 8f03846..171b2c2 100644
--- a/src/views/rolemanage/index.jsx
+++ b/src/views/rolemanage/index.jsx
@@ -415,7 +415,7 @@
     let _param = {
       func: 's_kei_link_keyids_addupt',
       BID: app.ID,
-      exec_type: 'y',
+      exec_type: 'x',
       LText: ''
     }
 
@@ -424,7 +424,7 @@
     if (appViewList.length !== _appViewList.length) {
       _param.LText = _appViewList.map(item => `select '${item.keys_id}','${item.keys_type}','${item.kei_no}','${item.appkey}','${item.bid}','${sessionStorage.getItem('CloudUserID')}','${item.remark}'`)
       _param.LText = _param.LText.join(' union all ')
-      _param.LText = Utils.formatOptions(_param.LText)
+      _param.LText = Utils.formatOptions(_param.LText, 'x')
   
       _param.timestamp = moment().format('YYYY-MM-DD HH:mm:ss')
       _param.secretkey = Utils.encrypt('', _param.timestamp)

--
Gitblit v1.8.0