1
2
3
4
5
6
7
8
9
 
(function (vc) {
    vc.extends({
        data: {
            fundType: 'repair', // 默认选中维修资金
            fundSystemType: 'out' // 默认选中系统外
        }
    });
})(window.vc);