Used DropDownTreeView in projects department, when new users choose department, the second new cannot choose the first choice of department.Only refresh the page to take effect.
Suggest a new refresh methods:
refresh: function () {
return this._treeview.dataSource.read();
}
Used DropDownTreeView in projects department, when new users choose department, the second new cannot choose the first choice of department.Only refresh the page to take effect.
Suggest a new refresh methods:
refresh: function () {
return this._treeview.dataSource.read();
}