PAMapp/pages/questionnaire/_agentNo.vue
@@ -433,7 +433,7 @@ if (this.isEditBtn) { this.editAppointmentDemand(); } else { queryConsultantService.addFavoriteConsultant([this.$route.params.agentNo]).then(res => this.sentAppointmentDemand()); queryConsultantService.addFavoriteConsultant([{ agentNo: this.$route.params.agentNo, createdTime: new Date().toString()}]).then(res => this.sentAppointmentDemand()); } const editSettingInfo: UserSetting = { name: this.myRequest.name,