Browse Source

monthdatefield

zhuth 7 years ago
parent
commit
39203f8afd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frontend/saas-web/app/view/core/form/field/Month.js

+ 1 - 1
frontend/saas-web/app/view/core/form/field/Month.js

@@ -84,7 +84,7 @@ Ext.define('saas.view.core.form.field.Month', {
                     return;
                 }
             }
-            this.setValue(year + month);
+            this.setValue(year + '' + month);
         }
         me.onSelect();
     },