| | |
| | | <template> |
| | | <div class="edit-agent-info-page"> |
| | | <div class="edit-agent-info-page" v-if="!!agentInfo"> |
| | | |
| | | <el-row |
| | | type="flex" |
| | |
| | | ////////////////////////////////////////////////////////////////////// |
| | | |
| | | editAgentInfoSetting(): void { |
| | | console.log('???', this.editInfoValue) |
| | | const editSettingInfo: any = { |
| | | ...this.editInfoValue, |
| | | communicationStyle: this.editInfoValue.communicationStyle.join('、'), |
| | | serveArea: this.editInfoValue.serveArea.join('、'), |
| | | }; |
| | | console.log('!!!', editSettingInfo); |
| | | |
| | | accountSettingService.editAgentInfoSetting(editSettingInfo).then((res: AgentInfoSetting) => { |
| | | this.isInfoUpdate = true; |
| | | this.updateConsultantDetail(editSettingInfo.agentNo); |