diff --git a/src/views/forgetpassword/index.vue b/src/views/forgetpassword/index.vue index c7731c5..6c9462a 100644 --- a/src/views/forgetpassword/index.vue +++ b/src/views/forgetpassword/index.vue @@ -65,11 +65,38 @@ + { this.formLoading = false; this.users = res.Result; + this.isVerify = true; + this.$message.success(this.$t("passwordReset:button:verifySuccess")); }) .catch(() => { this.formLoading = false; + this.isVerify = false; }); }, handleEmailChange() { diff --git a/src/views/recompose/index.vue b/src/views/recompose/index.vue index 2a07c5e..69103cf 100644 --- a/src/views/recompose/index.vue +++ b/src/views/recompose/index.vue @@ -133,7 +133,7 @@ export default { CheckCode: [ { required: true, - message: this.$t("common:ruleMessage:specify"), + message: this.$t("recompose:tip:inputCheckCode"), trigger: "blur", }, ], diff --git a/src/views/system/dicomAE/components/edit-dicom.vue b/src/views/system/dicomAE/components/edit-dicom.vue index 6574df6..e5b01e4 100644 --- a/src/views/system/dicomAE/components/edit-dicom.vue +++ b/src/views/system/dicomAE/components/edit-dicom.vue @@ -105,7 +105,7 @@ export default { trigger: "blur", }, { - pattern: /[a-zA-Z]/, + pattern: /[a-zA-Z0-9]/, message: this.$t("common:ruleMessage:CalledAEPattern"), trigger: "blur", }, diff --git a/src/views/trials/trials-inspection/components/confirm-visit-list.vue b/src/views/trials/trials-inspection/components/confirm-visit-list.vue index 07a4158..d475cad 100644 --- a/src/views/trials/trials-inspection/components/confirm-visit-list.vue +++ b/src/views/trials/trials-inspection/components/confirm-visit-list.vue @@ -404,9 +404,10 @@ export default { this.loading = true; let res = await getVisitPatientStudyList(data); this.loading = false; + console.log(res); if (res.IsSuccess) { - this.list = res.Result.CurrentPageData; - this.total = res.Result.TotalCount; + this.list = res.Result; + // this.total = res.Result.TotalCount; if (flag) { this.$nextTick(() => { this.handleAllSelect(); diff --git a/src/views/trials/trials-panel/hirVisit/index.vue b/src/views/trials/trials-panel/hirVisit/index.vue index c9fa294..a60aad8 100644 --- a/src/views/trials/trials-panel/hirVisit/index.vue +++ b/src/views/trials/trials-panel/hirVisit/index.vue @@ -216,10 +216,12 @@ min-width="100" fixed="right" v-if=" - hasPermi(['trials:trials-panel:hirVisit:edit']) || - hasPermi(['trials:trials-panel:hirVisit:submit']) || - hasPermi(['trials:trials-panel:hirVisit:remove']) || - hasPermi(['trials:trials-panel:hirVisit:downlaod']) + hasPermi([ + 'trials:trials-panel:hirVisit:edit', + 'trials:trials-panel:hirVisit:submit', + 'trials:trials-panel:hirVisit:remove', + 'trials:trials-panel:hirVisit:downlaod', + ]) " >