updates
This commit is contained in:
@@ -32,7 +32,11 @@ export class IntervalPicker {
|
||||
|
||||
this.target.dxData('intervalpicker', this);
|
||||
|
||||
this.widget = Boot.intData.widget.intervalpicker.children;
|
||||
this.widget = Boot.intData?.widget?.intervalpicker?.children;
|
||||
|
||||
if (!this.widget) {
|
||||
return;
|
||||
}
|
||||
|
||||
this.create();
|
||||
}
|
||||
@@ -42,7 +46,7 @@ export class IntervalPicker {
|
||||
*/
|
||||
create() {
|
||||
|
||||
let that = this;
|
||||
const that = this;
|
||||
|
||||
let options = Ut.objVal(this.widget.form).children.field.interval.option;
|
||||
let items = [];
|
||||
|
||||
Reference in New Issue
Block a user