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 })