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/tabledesign/index.jsx | 11 +++++------ 1 files changed, 5 insertions(+), 6 deletions(-) diff --git a/src/views/tabledesign/index.jsx b/src/views/tabledesign/index.jsx index 68fc3b7..7d16779 100644 --- a/src/views/tabledesign/index.jsx +++ b/src/views/tabledesign/index.jsx @@ -602,9 +602,8 @@ LongParam: window.btoa(window.encodeURIComponent(JSON.stringify(config))) } - param.LText = Utils.formatOptions(param.LText) param.timestamp = moment().format('YYYY-MM-DD HH:mm:ss') - param.secretkey = Utils.encrypt(param.LText, param.timestamp) + param.secretkey = Utils.encrypt('', param.timestamp) let btnParam = { // 娣诲姞鑿滃崟鎸夐挳 func: 'sPC_Button_AddUpt', @@ -612,14 +611,14 @@ ParentID: config.uuid, MenuNo: config.MenuNo, Template: 'BaseTable', - button_proc_edition: 'Y' + button_proc_edition: 'Y', + exec_type: 'x' } btnParam.LText = btns.join(' union all ') - - btnParam.LText = Utils.formatOptions(btnParam.LText) + btnParam.LText = Utils.formatOptions(btnParam.LText, 'x') btnParam.timestamp = moment().format('YYYY-MM-DD HH:mm:ss') - btnParam.secretkey = Utils.encrypt(btnParam.LText, btnParam.timestamp) + btnParam.secretkey = Utils.encrypt('', btnParam.timestamp) new Promise(resolve => { Api.getCloudConfig(param).then(res => { -- Gitblit v1.8.0