From 336031659ef38cb602b238b591355bc6e44db7a2 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Thu, 11 Sep 2025 11:19:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=92=E8=81=94=E7=BD=91/=E5=B1=80=E5=9F=9F?= =?UTF-8?q?=E7=BD=91=E6=97=B6=EF=BC=8C=E8=B4=A6=E5=8F=B7=E5=88=9B=E5=BB=BA?= =?UTF-8?q?=E6=97=B6=E7=9A=84=E4=BF=A1=E6=81=AF=E5=8C=BA=E5=88=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/user/components/Account.vue | 2 +- .../setting/personnel-manage/components/staffExternalAdd.vue | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/views/system/user/components/Account.vue b/src/views/system/user/components/Account.vue index 53c8e65..5a8e33a 100644 --- a/src/views/system/user/components/Account.vue +++ b/src/views/system/user/components/Account.vue @@ -36,7 +36,7 @@ export default { message: this.$t("trials:adRules:message:msg7"), type: "success", }); - let msg = this.$t("system:userlist:message:ResetPassword2"); + let msg = this.$IsCanConnectInternet ? this.$t("system:userlist:message:ResetPassword3") : this.$t("system:userlist:message:ResetPassword2"); msg = msg.replace("xxx", params("userName")); msg = msg.replace("yyy", params("email")); this.$alert(decodeURIComponent(msg)); 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 bf2c376..630621f 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 @@ -280,6 +280,10 @@ export default { ); this.model_cfg.visible = false; this.$emit("getList"); + let msg = this.$IsCanConnectInternet ? this.$t("trials:externalStaff:message:adduser1") : this.$t("trials:externalStaff:message:adduser2"); + msg = msg.replace("xxx", this.form.Email); + msg = msg.replace("yyy", this.form.Email); + this.$alert(decodeURIComponent(msg)); }) .catch((res) => { if (res.Result) {