|
@@ -36,6 +36,7 @@ const actions = {
|
|
for (const i of data) {
|
|
for (const i of data) {
|
|
res.push(dispatch(method, i));
|
|
res.push(dispatch(method, i));
|
|
}
|
|
}
|
|
|
|
+ return res;
|
|
};
|
|
};
|
|
let result = await axios.all(toRequest());
|
|
let result = await axios.all(toRequest());
|
|
let newFilter = data => {
|
|
let newFilter = data => {
|