UNPKG

ttk-app-core

Version:
11 lines (10 loc) 317 B
export default function changeToOption(data, label = 'label', key = 'value') { return data.map(item => { return { label: item[label], value: item[key].toString(), helpCode: item['helpCode'], helpCodeFull: item['helpCodeFull'], } }) }