This commit is contained in:
Pengxiansen
2025-02-21 15:19:34 +08:00
parent 162f31247d
commit a78de2834f

View File

@@ -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);
})
},