diff --git a/src/store/index.js b/src/store/index.js index d330c3d..8114645 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -127,7 +127,7 @@ export default createStore({ }) }, getGrowthInfo(content, { routerId }) { - request(PROFESSIONAL_STUDENT_DETAIL(routerId)).then(res => { + growthRequest(PROFESSIONAL_STUDENT_DETAIL(routerId)).then(res => { content.commit("SET_GROWTH_INFO", res.data); }) },