Browse Source

bug修改

hy 6 years ago
parent
commit
b8b6dedd9c
2 changed files with 1 additions and 6 deletions
  1. 0 6
      app.json
  2. 1 0
      app/view/grid/dataList/SearchPlanTree.js

+ 0 - 6
app.json

@@ -225,12 +225,6 @@
                 "urlPattern": "^\/api\/"
             }
         },
-        "test": {
-            "server": {
-                "basePath": "http://127.0.0.1:24002",
-                "urlPattern": "^\/api\/"
-            }
-        },
         "prod": {
             "server": {
                 "basePath": "http://127.0.0.1:24002",

+ 1 - 0
app/view/grid/dataList/SearchPlanTree.js

@@ -3,6 +3,7 @@ Ext.define('uas.view.grid.dataList.SearchPlanTree', {
     xtype: 'searchPlanTree',
     cls:'x-tree-searchPlanTree',
     requires: [
+        'Ext.tree.plugin.TreeViewDragDrop',
         'Ext.data.TreeStore'
     ],
     dataUrl:'/api/searchPlanTree',