Przeglądaj źródła

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

zhuth 7 lat temu
rodzic
commit
9fa1b1bb01

+ 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] );