syntax error(asc_setVal() -> asc_getVal())
This commit is contained in:
parent
82e077f0e1
commit
862fb0cb42
|
@ -427,7 +427,7 @@ define([
|
||||||
|
|
||||||
this.cmbType.setValue(type || type===null);
|
this.cmbType.setValue(type || type===null);
|
||||||
this.cmbItem.setValue(percent || percent===null);
|
this.cmbItem.setValue(percent || percent===null);
|
||||||
this.spnCount.setValue(top10Filter.asc_setVal());
|
this.spnCount.setValue(top10Filter.asc_getVal());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue