diff --git a/src/views/trials/trials-panel/setting/personnel-manage/components/staffExternalAdd.vue b/src/views/trials/trials-panel/setting/personnel-manage/components/staffExternalAdd.vue index f8cd367..bf2c376 100644 --- a/src/views/trials/trials-panel/setting/personnel-manage/components/staffExternalAdd.vue +++ b/src/views/trials/trials-panel/setting/personnel-manage/components/staffExternalAdd.vue @@ -259,11 +259,11 @@ export default { if (valid) { this.btnLoading = true; this.form.TrialId = this.trialId; - if (v === "SendEmail") { - this.form.IsSendEmail = true; - this.form.BaseUrl = `${location.protocol}//${location.host}/login`; - this.form.RouteUrl = `${location.protocol}//${location.host}/email-recompose`; - } + // if (v === "SendEmail") { + // this.form.IsSendEmail = true; + this.form.BaseUrl = `${location.protocol}//${location.host}/login`; + this.form.RouteUrl = `${location.protocol}//${location.host}/email-recompose`; + // } const selectedUserType = this.userTypeOptions.filter( (item) => item.Id === this.form.UserTypeId );