修复detail bug和取消教育版管理员获取用户使用的地区接口
This commit is contained in:
@@ -174,11 +174,13 @@ export default defineComponent({
|
||||
store.commit('setAllUserList',rv);
|
||||
}
|
||||
})
|
||||
Https.axiosGet(Https.httpUrls.getCities,).then((rv: any) => {
|
||||
if (rv) {
|
||||
store.commit('setAllCitiesList',rv);
|
||||
}
|
||||
})
|
||||
if(vuex_systemUser == 3){
|
||||
Https.axiosGet(Https.httpUrls.getCities,).then((rv: any) => {
|
||||
if (rv) {
|
||||
store.commit('setAllCitiesList',rv);
|
||||
}
|
||||
})
|
||||
}
|
||||
Https.axiosGet(Https.httpUrls.getAllGenerateFuncName,).then((rv: any) => {
|
||||
if (rv) {
|
||||
store.commit('setAllGenerateType',rv);
|
||||
|
||||
Reference in New Issue
Block a user