From 0bbaa727cdfc65622e33e91c4bf694c83f184535 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期日, 04 二月 2024 23:12:14 +0800 Subject: [PATCH] 2024-02-04 --- 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