gpt4 book ai didi

javascript - 如何将来自 ng-repeat 的数据存储到变量中以将其发送到 API?

转载 作者:行者123 更新时间:2023-11-30 21:12:55 26 4
gpt4 key购买 nike

<分区>

我想在 UI 中保存从 ng-repeat 中选择的值(用户从下拉列表中选择它)并将它保存到一个变量中。

 function saveToDb() {  
console.log('in func')
var postToApi = [];
vm.newStudent.ethnic = [];
angular.forEach(vm.newStudent.ethnicity, function (value, data) {
vm.newStudent.ethnic.push({
ethnicity: value.ethnicity
});
});
var regNewStudent = {
ethnic: vm.newStudent.ethnic,
}
postToApi.push(regNewStudent)
console.log('Student Saved')

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com