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