Browse Source

核销单-业务类型-默认值

zhuth 7 years ago
parent
commit
9fa1b1bb01
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frontend/saas-web/app/view/money/verification/FormPanel.js

+ 1 - 1
frontend/saas-web/app/view/money/verification/FormPanel.js

@@ -514,7 +514,7 @@ Ext.define('saas.view.money.verification.FormPanel', {
         other = etc.other,
         items = [];
 
-        base.defaultValue = acitveType;
+        base[0].defaultValue = acitveType;
 
         items = Ext.Array.merge(base, mainItems, (details[0] ? [detail1] : []), (details[1] ? [detail2] : []), [other] );