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