ソースを参照

monthdatefield

zhuth 7 年 前
コミット
39203f8afd
1 ファイル変更1 行追加1 行削除
  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();
     },