From c56fd97d2888ec04c66d896112fefa34bba4fd77 Mon Sep 17 00:00:00 2001 From: wanyongkang <937888580@qq.com> Date: Sat, 14 Nov 2020 18:14:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=94=A8=E6=88=B7=E5=8E=BB?= =?UTF-8?q?=E9=99=A4=E7=A9=BA=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/user/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/user/index.vue b/src/components/user/index.vue index 9491a29..9098242 100644 --- a/src/components/user/index.vue +++ b/src/components/user/index.vue @@ -259,6 +259,7 @@ export default { this.showTestDialog = false; }, save(formName) { + this.userModel.LoginCode = this.userModel.LoginCode.trim() this.$refs[formName].validate(valid => { if (!valid) return; if (this.optype == 1) {