console.log(res); this.optionsEp = res.map(item => { return { value: item.id, label: item.name }; });
效果: