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) {