Merge remote-tracking branch 'yx/250207-growth-prod-master-zp' into dev0731

This commit is contained in:
joshen
2025-02-21 15:20:22 +08:00

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