PAMapp/pages/agentInfo/edit/_agentNo.vue | ●●●●● 修補檔 | 檢視 | 原始 | 究查 | 歷程 |
PAMapp/pages/agentInfo/edit/_agentNo.vue
@@ -128,7 +128,7 @@ <UiField :span="12" icon="calender" label="到職日期"> <UiDatePicker class="mt-10" :defaultValue ="editInfoValue.entryDate" :defaultValue ="agentInfo.entryDate" @changeDate="onChangeDate($event)" ></UiDatePicker> </UiField> @@ -309,7 +309,7 @@ photoBase64 : '', phoneNumber : '', email : '', entryDate : ',' entryDate : '', }; communicationStyleList: string[] = agentCommunicationStyleList; @@ -370,7 +370,6 @@ mounted(){ this.setAgentInfo(this.agentInfo); } private setAgentInfo(agentInfo: AgentInfo): void {