Browse Source

代码提交

hy 7 years ago
parent
commit
5396f90768
1 changed files with 4 additions and 0 deletions
  1. 4 0
      frontend/saas-web/app/view/core/query/QueryFormPanel.js

+ 4 - 0
frontend/saas-web/app/view/core/query/QueryFormPanel.js

@@ -8,6 +8,10 @@ Ext.define('saas.view.core.query.QueryFormPanel', {
     bodyPadding: '14 10 0 10',
     bodyPadding: '14 10 0 10',
     labelSeparator : ':',
     labelSeparator : ':',
 
 
+    requires: [
+        'Ext.container.ButtonGroup'
+    ],
+
     cls: 'x-queryform',
     cls: 'x-queryform',
 
 
     defaults:{
     defaults:{