记录一下这个问题的解决方案<select class="form-control" ng-init="vm.columnId = vm.columnList[0].id" ng-model="vm.columnId" ng-change="vm.changeColumn(vm.columnId)" ng-options="item.id as item.name for item in vm.columnList" > </select>