PAMapp/store/login.store.ts
@@ -25,4 +25,9 @@ return await myConsultantService.getConsultantDetail(agentNo).then((res) => res); } @Action({ commit: 'SET_LOGIN_CONSULTANT' }) async updateConsultantDetail(agentNo: string): Promise<AgentInfo> { return await myConsultantService.getConsultantDetail(agentNo).then((res) => res); } }