X-Git-Url: http://git.roojs.org/?p=Pman.Admin;a=blobdiff_plain;f=Pman.Tab.AdminOffice.js;h=532fce26afef3f78325ab868f5df5f620a0ed64a;hp=59d9971b81e33d98f694b079bc5d8604016c654d;hb=HEAD;hpb=2b587c54ff02e79ca4e074355f77209f9ee8456d diff --git a/Pman.Tab.AdminOffice.js b/Pman.Tab.AdminOffice.js index 59d9971..532fce2 100644 --- a/Pman.Tab.AdminOffice.js +++ b/Pman.Tab.AdminOffice.js @@ -27,7 +27,7 @@ Pman.Tab.AdminOffice = new Roo.XComponent({ name : "Pman.Tab.AdminOffice", disabled : false, permname : '', - _tree : function() + _tree : function(_data) { var _this = this; var MODULE = this; @@ -105,7 +105,7 @@ Pman.Tab.AdminOffice = new Roo.XComponent({ return; } var cdata = sd.data; - _this.dialog.show( { + _this. dialog.show( { id : 0 , company_name : cdata.name, company_id : cdata.id, @@ -191,7 +191,7 @@ Pman.Tab.AdminOffice = new Roo.XComponent({ proxy : { xtype : 'HttpProxy', method : 'GET', - url : baseURL + '/Roo/Office.php', + url : baseURL + '/Roo/core_office.php', xns : Roo.data, '|xns' : 'Roo.data' },