From 268be11f39b248920a76568135f8b7b6c4fa9e52 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 13 三月 2020 16:37:22 +0800 Subject: [PATCH] 2020-03-13 --- src/components/sidemenu/editthdmenu/index.jsx | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/src/components/sidemenu/editthdmenu/index.jsx b/src/components/sidemenu/editthdmenu/index.jsx index 4a22b20..0d1a91f 100644 --- a/src/components/sidemenu/editthdmenu/index.jsx +++ b/src/components/sidemenu/editthdmenu/index.jsx @@ -668,15 +668,21 @@ let param = { func: 'sPC_TrdMenu_AddUpt', + SndID: res.ParentID, ParentID: res.ParentID, MenuID: sysMenu.MenuID, MenuNo: res.MenuNo, Template: sysMenu.Template, MenuName: res.MenuName, PageParam: JSON.stringify({Template: sysMenu.Template, OpenType: 'newtab'}), - LongParam: '' + LongParam: '', + LText: '', + LTexttb: '' } + param.timestamp = moment().format('YYYY-MM-DD HH:mm:ss') + '.000' + param.secretkey = Utils.encrypt(param.LText, param.timestamp) + this.setState({ confirmLoading: true }) -- Gitblit v1.8.0