From bcfdd76965b8070f983cbd4185f5fb8fbd569efe Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 26 二月 2021 13:39:40 +0800 Subject: [PATCH] 2021-02-26 --- src/views/pcdesign/index.jsx | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/views/pcdesign/index.jsx b/src/views/pcdesign/index.jsx index 885bd8e..9628725 100644 --- a/src/views/pcdesign/index.jsx +++ b/src/views/pcdesign/index.jsx @@ -358,6 +358,8 @@ let param = { func: 'sPC_Get_LongParam', + TypeCharOne: sessionStorage.getItem('kei_no'), + typename: 'pc', MenuID: MenuId } @@ -560,7 +562,7 @@ param.timestamp = moment().format('YYYY-MM-DD HH:mm:ss') param.secretkey = Utils.encrypt(param.LText, param.timestamp) - if (openEdition) { // 鐗堟湰绠$悊 + if (!openEdition) { // 鐗堟湰绠$悊 param.open_edition = openEdition } -- Gitblit v1.8.0