网格员积分签到界面完成
This commit is contained in:
@@ -139,7 +139,7 @@ export const user = {
|
||||
getAccount({dispatch, commit}, config) {
|
||||
//获取企业微信后台账号信息
|
||||
return http.post("/admin/user/detail-phone", null, config).then(res => {
|
||||
if (res?.code == 0) {
|
||||
if (res?.data) {
|
||||
commit('setUser', res.data)
|
||||
return Promise.all([dispatch('getGridInfo', config)])
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user