Browse Source

condatefield默认值本月

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

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

@@ -122,7 +122,7 @@ Ext.define('saas.view.core.form.field.ConDateField', {
         });
         var t = this.value;
         if(!t || !t in [1,2,3,4,5,6,7]) {
-            t = 3;
+            t = 1;
         }
         this.value = null;
         this.setInitValue(t);