diff --git a/src/views/forgetpassword/index.vue b/src/views/forgetpassword/index.vue index 6b85fe54..c38b5683 100644 --- a/src/views/forgetpassword/index.vue +++ b/src/views/forgetpassword/index.vue @@ -31,7 +31,7 @@ - + @@ -122,17 +122,17 @@ export default { } } } - var validatePass = (rule, value, callback) => { - if (value === '') { - // 请输入密码 - callback(new Error(this.$t('passwordReset:formRule:password'))) - } else { - if (this.CheckPass !== '') { - this.$refs.resetForm.validateField('CheckPass') - } - callback() - } - } + // var validatePass = (rule, value, callback) => { + // if (value === '') { + // // 请输入密码 + // callback(new Error(this.$t('passwordReset:formRule:password'))) + // } else { + // if (this.CheckPass !== '') { + // this.$refs.resetForm.validateField('CheckPass') + // } + // callback() + // } + // } var validatePass2 = (rule, value, callback) => { if (value === '' || value === undefined) { // 请再次输入密码 @@ -205,6 +205,8 @@ export default { verifyAnonymousVerifyCode(this.form.EmailOrPhone, this.form.VerificationCode).then(res => { this.formLoading = false this.users = res.Result + // 验证成功 + this.$message.success(this.$t('passwordReset:message:verifiedSuccessfully')) }).catch(() => { this.formLoading = false }) }, handleEmailChange() { @@ -268,7 +270,7 @@ export default { /*/deep/ .is-error{*/ /* margin-bottom: 40px;*/ /*}*/ -/deep/ .is-error.my_new_pwd{ +.is-error.my_new_pwd{ margin-bottom: 40px; } diff --git a/src/views/trials/trials-panel/reading/mim-medical-audit/index.vue b/src/views/trials/trials-panel/reading/mim-medical-audit/index.vue index c1cd0576..3b55d618 100644 --- a/src/views/trials/trials-panel/reading/mim-medical-audit/index.vue +++ b/src/views/trials/trials-panel/reading/mim-medical-audit/index.vue @@ -63,7 +63,7 @@ :label="$t('trials:medicalFeedback:table:taskBlindName')" > @@ -554,6 +554,7 @@ const searchDataDefault = () => { SubjectId: '', SubjectCode: '', TaskName: '', + TaskBlindName: '', IsUrgent: null, DoctorUserId: '', ReadingCategory: null, @@ -661,10 +662,9 @@ export default { this.$message.success(this.$t('common:message:savedSuccessfully')) this.$refs['signForm'].btnLoading = false this.signVisible = false - this.$nextTick(()=>{ + this.$nextTick(() => { this.chatForm.visible = false }) - } this.loading = false this.getList()