Sfoglia il codice sorgente

缺少引用报错...

zhuth 7 anni fa
parent
commit
fc52506e6c
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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,