网格员积分签到界面完成

This commit is contained in:
aixianling
2022-09-02 17:18:01 +08:00
parent da9f2ec274
commit bb4e57c189
9 changed files with 224 additions and 1 deletions

View File

@@ -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)])
}