保誠-保戶業務員媒合平台
wayne
2022-02-16 3ed11c5aacc25c469e8591f66249f5f52c9e8428
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);
  }
}