MicroCommunityWeb/public/components/property/parkingAreaControlCarInouts/parkingAreaControlCarInouts.js
2021-09-30 18:33:44 +08:00

22 lines
318 B
JavaScript

/**
入驻小区
**/
(function (vc) {
vc.extends({
data: {
parkingAreaControlCarInoutsInfo: {
carIns: []
}
},
_initMethod: function () {
},
_initEvent: function () {
},
methods: {
}
});
})(window.vc);