public/pages/property/costDetail/add/add.js @@ -0,0 +1,10 @@ (function (vc) { vc.extends({ data: { fundType: 'repair', // 默认选中维修资金 fundSystemType: 'out' // 默认选中系统外 } }); })(window.vc);