Browse Source

刷新逻辑

zhuth 7 years ago
parent
commit
b8604a4419
1 changed files with 3 additions and 1 deletions
  1. 3 1
      frontend/saas-web/app/view/core/form/FormPanelController.js

+ 3 - 1
frontend/saas-web/app/view/core/form/FormPanelController.js

@@ -16,7 +16,9 @@ Ext.define('saas.view.core.form.FormPanelController', {
         var me = this,
         form = me.getView(),
         xtype = form.xtype,
-        _config = form._config,
+        _config = {
+            initId: form.initId,
+        },
         currentTab = saas.util.BaseUtil.getCurrentTab();
         
         var view = {