sync
[Pman.Admin] / Pman.Tab.AdminOffice.js
index 644d452..532fce2 100644 (file)
@@ -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;
@@ -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'
      },