Browse Source

【bug】新增账户 真实姓名 去除汉字限制

zhuth 7 years ago
parent
commit
c68f987cd5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      frontend/saas-web/app/view/sys/account/AddWindow.js

+ 2 - 2
frontend/saas-web/app/view/sys/account/AddWindow.js

@@ -106,8 +106,8 @@ Ext.define('saas.view.sys.account.AddWindow', {
                 xtype:'textfield',
                 fieldLabel: '真实姓名',
                 name: 'realname',
-                regex:/^[\u4e00-\u9fa5]+$/,
-                regexText:'请输入汉字',
+                // regex:/^[\u4e00-\u9fa5]+$/,
+                // regexText:'请输入汉字',
                 allowBlank:false,
                 maxLength: 30,
                 columnWidth:0.5