Procházet zdrojové kódy

缺少引用报错...

zhuth před 7 roky
rodič
revize
fc52506e6c

+ 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,