From 6229483b0b1d1d26d9a76b8e7e87607259a289fb Mon Sep 17 00:00:00 2001 From: Tomas <tomasysh@gmail.com> Date: 星期二, 22 三月 2022 12:07:28 +0800 Subject: [PATCH] clean code: remove console.log() - 遺漏的檔案 --- PAMapp/pages/agentInfo/edit/_agentNo.vue | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/PAMapp/pages/agentInfo/edit/_agentNo.vue b/PAMapp/pages/agentInfo/edit/_agentNo.vue index 0d961b4..7d3ebe8 100644 --- a/PAMapp/pages/agentInfo/edit/_agentNo.vue +++ b/PAMapp/pages/agentInfo/edit/_agentNo.vue @@ -413,13 +413,12 @@ ////////////////////////////////////////////////////////////////////// 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); -- Gitblit v1.8.0