Browse Source

缺少引用报错...

zhuth 7 years ago
parent
commit
fc52506e6c
1 changed files with 2 additions and 0 deletions
  1. 2 0
      frontend/operation-web/app/view/tools/ClearCache.js

+ 2 - 0
frontend/operation-web/app/view/tools/ClearCache.js

@@ -2,6 +2,8 @@ Ext.define('saas.view.tools.ClearCache', {
     extend: 'Ext.form.Panel',
     xtype: 'tools-clearcache',
 
+    requires: ['Ext.form.field.Display'],
+
     layout: 'column',
     width: 350,
     bodyPadding: 10,