高章伟
2023-04-04 ecf60bb0cd5a04ce38120302be4cf55fd3c3a27b
1
2
3
4
5
6
7
8
({
    onInit : function(component) {
        var locks = [];
        locks.push({label: "Front Door", value: 1});
        locks.push({label: "Garage Door", value: 1});
        component.set("v.locks", locks);
    }
})