From d36c27e80e668b3bc1dcd687a18a2f2d125b32db Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期日, 24 一月 2021 02:15:12 +0800 Subject: [PATCH] 2021-01-24 --- src/tabviews/scriptmanage/actionList/index.jsx | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/tabviews/scriptmanage/actionList/index.jsx b/src/tabviews/scriptmanage/actionList/index.jsx index 29eb5df..a17cc72 100644 --- a/src/tabviews/scriptmanage/actionList/index.jsx +++ b/src/tabviews/scriptmanage/actionList/index.jsx @@ -120,8 +120,6 @@ LText: values.LongParam } - param.LText = window.btoa(window.encodeURIComponent(JSON.stringify(param.LText))) - if (btn.sqlType === 'delete') { param.LText = window.GLOB.appkey || '' param.Remark = '' -- Gitblit v1.8.0