Browse Source

BI-17885 日期控件报错

es6
windy 6 years ago
parent
commit
86fa70db1f
  1. 4
      dist/_fineui.min.js
  2. 2
      dist/bundle.js
  3. 4
      dist/bundle.min.js
  4. 4
      dist/fineui.min.js
  5. 2
      dist/widget.js
  6. 1
      src/widget/dynamicdate/dynamicdate.combo.js
  7. 1
      src/widget/dynamicdatetime/dynamicdatetime.combo.js

4
dist/_fineui.min.js vendored

File diff suppressed because one or more lines are too long

2
dist/bundle.js vendored

@ -90032,7 +90032,6 @@ BI.extend(BI.DynamicDateCard, {
year: date.getFullYear(),
month: date.getMonth()
};
self.popup.setValue();
self.fireEvent(BI.DynamicDateCombo.EVENT_ERROR);
}
}, {
@ -90844,7 +90843,6 @@ BI.shortcut("bi.dynamic_date_trigger", BI.DynamicDateTrigger);BI.DynamicDateTime
year: date.getFullYear(),
month: date.getMonth()
};
self.popup.setValue();
self.fireEvent(BI.DynamicDateTimeCombo.EVENT_ERROR);
}
}, {

4
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

4
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

2
dist/widget.js vendored

@ -3516,7 +3516,6 @@ BI.extend(BI.DynamicDateCard, {
year: date.getFullYear(),
month: date.getMonth()
};
self.popup.setValue();
self.fireEvent(BI.DynamicDateCombo.EVENT_ERROR);
}
}, {
@ -4328,7 +4327,6 @@ BI.shortcut("bi.dynamic_date_trigger", BI.DynamicDateTrigger);BI.DynamicDateTime
year: date.getFullYear(),
month: date.getMonth()
};
self.popup.setValue();
self.fireEvent(BI.DynamicDateTimeCombo.EVENT_ERROR);
}
}, {

1
src/widget/dynamicdate/dynamicdate.combo.js

@ -86,7 +86,6 @@ BI.DynamicDateCombo = BI.inherit(BI.Single, {
year: date.getFullYear(),
month: date.getMonth()
};
self.popup.setValue();
self.fireEvent(BI.DynamicDateCombo.EVENT_ERROR);
}
}, {

1
src/widget/dynamicdatetime/dynamicdatetime.combo.js

@ -86,7 +86,6 @@ BI.DynamicDateTimeCombo = BI.inherit(BI.Single, {
year: date.getFullYear(),
month: date.getMonth()
};
self.popup.setValue();
self.fireEvent(BI.DynamicDateTimeCombo.EVENT_ERROR);
}
}, {

Loading…
Cancel
Save