fix: 增加key批次plan id

This commit is contained in:
zhangds 2024-03-04 16:16:52 +08:00
parent 84eed85e11
commit b685cd8ca5
1 changed files with 3 additions and 1 deletions

View File

@ -1144,7 +1144,9 @@ export default class accList extends React.Component {
let data = { let data = {
excel: req.path excel: req.path
} }
if (sessionStorage.getItem("key_plan_id")) {
data.plan_id = sessionStorage.getItem("key_plan_id")
}
this.setState({ mobile_excel: req.path }) this.setState({ mobile_excel: req.path })
getAccessVerification(data).then((res) => { getAccessVerification(data).then((res) => {
this.setState({ file_loading: false }) this.setState({ file_loading: false })