Browse Source

Merge branch 'dev' of ssh://10.10.100.21/source/saas-platform into dev

zhuth 7 years ago
parent
commit
0458c189f8
1 changed files with 4 additions and 0 deletions
  1. 4 0
      frontend/saas-web/app/view/sys/config/FormPanel.js

+ 4 - 0
frontend/saas-web/app/view/sys/config/FormPanel.js

@@ -10,6 +10,10 @@ Ext.define('saas.view.sys.config.FormPanel', {
     _readUrl:'/api/account/company/read/current',
     _saveUrl:'/api/account/company/save',
 
+    requires: [
+        'Ext.form.field.File'
+    ],
+
     //基础属性
     frame:true,
     initId: 0,