添加用户去除空格

This commit is contained in:
wanyongkang
2020-11-14 18:14:03 +08:00
parent 8d34d125c3
commit c56fd97d28

View File

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