用户个人信息没有国家和职业弹窗绑定
This commit is contained in:
@@ -286,6 +286,11 @@ export default defineComponent({
|
||||
store.commit('setAllUserList',rv);
|
||||
}
|
||||
})
|
||||
Https.axiosGet(Https.httpUrls.getCities,).then((rv: any) => {
|
||||
if (rv) {
|
||||
store.commit('setAllCitiesList',rv);
|
||||
}
|
||||
})
|
||||
let allCountry = country
|
||||
sessionStorage.setItem('allCountry',JSON.stringify(allCountry));
|
||||
// state.nowPageName = state.rootSubmenuKeys[0].name
|
||||
|
||||
Reference in New Issue
Block a user