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