From b685cd8ca5f03ff4ef6195620060725f5c18125b Mon Sep 17 00:00:00 2001 From: zhangds Date: Mon, 4 Mar 2024 16:16:52 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=A2=9E=E5=8A=A0key=E6=89=B9=E6=AC=A1p?= =?UTF-8?q?lan=20id?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/exchangecode/add/add.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/pages/exchangecode/add/add.js b/src/pages/exchangecode/add/add.js index d6c44845..bd68c53c 100644 --- a/src/pages/exchangecode/add/add.js +++ b/src/pages/exchangecode/add/add.js @@ -1144,7 +1144,9 @@ export default class accList extends React.Component { let data = { excel: req.path } - + if (sessionStorage.getItem("key_plan_id")) { + data.plan_id = sessionStorage.getItem("key_plan_id") + } this.setState({ mobile_excel: req.path }) getAccessVerification(data).then((res) => { this.setState({ file_loading: false })