ICKelin / article

读书笔记,博客文章
MIT License
116 stars 18 forks source link

notes #13

Closed zoumengli closed 6 years ago

zoumengli commented 6 years ago
**/**
 * 
 ***/**
function getSubmitData() {
    let subData = {
        "radio":wrlRadioBind,
        "action": "add",
        "ssidIndex": 0,
        "macFilterEn": cmp.getComponent("macFilterEn").getValue(),
        "filterMode": cmp.getComponent("filterMode").getValue(),
        "macList": tableCmp.getValue()
    };
    return subData;
}**