重新筛选

This commit is contained in:
A1300399510
2024-03-21 19:03:11 +08:00
parent a21ce33503
commit 172b7274a9
8 changed files with 684 additions and 209 deletions

View File

@@ -88,6 +88,7 @@ api.index()
store.state.schoolList = res.data.schoolList
store.state.advData = res.data.adv
store.state.typeKey = res.data.config.type
store.state.locationKey = res.data.config.location
// 将 location 转换为对象 好用于级联选择器
const location = res.data.config.location || {}