fix: 增加key批次plan id
This commit is contained in:
parent
84eed85e11
commit
b685cd8ca5
|
@ -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 })
|
||||||
|
|
Loading…
Reference in New Issue