Перед глобальными изменениями
This commit is contained in:
@ -11,7 +11,7 @@ function setFilterVal(uid,id,c,p)
|
|||||||
|
|
||||||
var SRec_mas = new Array(); //List of all objects "EdtRec" (then something better to think of)
|
var SRec_mas = new Array(); //List of all objects "EdtRec" (then something better to think of)
|
||||||
|
|
||||||
class SRec
|
class SRec extends TWin
|
||||||
{
|
{
|
||||||
constructor()
|
constructor()
|
||||||
{
|
{
|
||||||
@ -46,7 +46,7 @@ class SRec
|
|||||||
this.onUpdate=null; //For call set function
|
this.onUpdate=null; //For call set function
|
||||||
this.onInsert=null; //For call set function
|
this.onInsert=null; //For call set function
|
||||||
}
|
}
|
||||||
|
|
||||||
applyReq(req,fn,node,xmldoc)
|
applyReq(req,fn,node,xmldoc)
|
||||||
{
|
{
|
||||||
this.hideProgressBar();
|
this.hideProgressBar();
|
||||||
|
|||||||
Reference in New Issue
Block a user